*** sputnik13 has quit IRC | 00:09 | |
*** mriedem has joined #openstack-oslo | 00:50 | |
*** dimtruck is now known as zz_dimtruck | 00:51 | |
*** zz_dimtruck is now known as dimtruck | 00:52 | |
*** Kiall has quit IRC | 01:04 | |
*** Kiall has joined #openstack-oslo | 01:05 | |
*** EinstCrazy has joined #openstack-oslo | 01:07 | |
*** amotoki has quit IRC | 01:08 | |
*** pballand has quit IRC | 01:20 | |
*** dimtruck is now known as zz_dimtruck | 01:41 | |
*** _amrith_ is now known as amrith | 01:51 | |
*** yamamoto_ has joined #openstack-oslo | 01:52 | |
*** yamamoto_ has quit IRC | 01:57 | |
*** yamamoto_ has joined #openstack-oslo | 02:00 | |
*** yamamoto_ has quit IRC | 02:02 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.db: Fix tests to work under both pymsysql 0.6.2 and 0.7.x https://review.openstack.org/267895 | 02:15 |
---|---|---|
*** zz_dimtruck is now known as dimtruck | 02:17 | |
*** suro-patz has quit IRC | 02:19 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.db: Fix tests to work under both pymsysql 0.6.2 and 0.7.x https://review.openstack.org/267895 | 02:20 |
dims | mriedem : ^^ there you go | 02:20 |
boris-42 | dims: hi | 02:26 |
dims | yes boris-42 | 02:26 |
boris-42 | dims: does this - name: lib-forward-testing add functional job to lib? | 02:26 |
boris-42 | dims: I made a patch to devstack https://review.openstack.org/#/c/267888/ and devstack-gate https://review.openstack.org/#/c/267889/ | 02:27 |
boris-42 | dims: it's a bit dangerous to make changes in osprofiler without proper functional job | 02:27 |
dims | boris-42 : can you make the governance review too? | 02:28 |
boris-42 | dims: I made btw | 02:28 |
boris-42 | dims: is it enough https://review.openstack.org/#/c/266632/ ? | 02:28 |
dims | boris-42 : and add oslo-core group to the acl for the os-profiler? | 02:28 |
dims | looking | 02:29 |
boris-42 | dims: let me fix that | 02:29 |
boris-42 | dims: done oslo-core is in osprofiler | 02:29 |
mriedem | dims: nice | 02:32 |
*** dimtruck is now known as zz_dimtruck | 02:32 | |
dims | boris-42 : -1 on the last one and +1 on the devstack* ones | 02:33 |
dims | mriedem : y turned out nicely :) | 02:33 |
*** amrith is now known as _amrith_ | 02:33 | |
boris-42 | dims: okk | 02:33 |
boris-42 | dims: let me update that | 02:34 |
*** mriedem has quit IRC | 02:34 | |
boris-42 | dims: ok done | 02:35 |
dims | boris-42 : on the devstack review, search for oslo.vmware in all the files and see the other spots you may have missed | 02:36 |
boris-42 | dims: so about this template name: lib-forward-testing | 02:36 |
boris-42 | dims: ok | 02:36 |
dims | boris-42 : need to remove extra line (2681) https://review.openstack.org/#/c/266632/3/reference/projects.yaml | 02:36 |
dims | one sec let me pull up the lib-forward-testing | 02:36 |
*** zz_dimtruck is now known as dimtruck | 02:38 | |
*** _amrith_ is now known as amrith | 02:38 | |
dims | boris-42 : y, lib-forward-testing should add the job for testing osprofiler from source | 02:39 |
boris-42 | dims: ok I'll add that | 02:39 |
boris-42 | dims: when devstack and devstack-gate will be merged | 02:39 |
dims | needs the devstack/devstack-gate patches to merge first, you need to add depends-on to those | 02:39 |
dims | order is....devstack first then devstack-gate and then the project-config | 02:40 |
dims | so you may as well add Depends-On accordingly | 02:40 |
*** sigmavirus24_awa is now known as sigmavirus24 | 02:40 | |
boris-42 | dims: or I can just wait until i get them merged | 02:41 |
boris-42 | dims: and then add infra patch | 02:41 |
*** sputnik13 has joined #openstack-oslo | 02:41 | |
dims | boris-42 : i'd prefer to line it up so we don't forget and others know its pending | 02:41 |
boris-42 | dims: ok | 02:42 |
dims | boris-42 : another one, we should have the config option definitions inside osprofiler itself just like oslo.cache or oslo.reports | 02:43 |
*** gcb has joined #openstack-oslo | 02:44 | |
boris-42 | dims: what do you mean by that? | 02:44 |
dims | then we can standardize/deprecate without having to coordinate a hundred repos | 02:44 |
boris-42 | dims: btw I added osprofiler/devstack plugin | 02:44 |
dims | one sec | 02:44 |
boris-42 | dims: it's much simpler now to get OpenStack with osprofiler https://github.com/openstack/osprofiler/tree/master/devstack | 02:45 |
boris-42 | dims: however we are facing issues with two projects nova and keystone (that I didn't face year ago) | 02:45 |
dims | boris-42 : search for list_opts in say oslo.reports repo you will see the oslo config options and how it is registered etc | 02:45 |
boris-42 | dims: seems like they are doing something with threads | 02:45 |
boris-42 | dims: ah so we don't need to add to each project [profiler] group? | 02:46 |
dims | right | 02:46 |
boris-42 | dims: but osprofiler will hard depend on oslo.config? | 02:46 |
boris-42 | dims: because now it doesn't depend | 02:46 |
boris-42 | dims: so it might no be so easy to manage this | 02:47 |
*** vilobhmm11 has quit IRC | 02:47 | |
boris-42 | dims: I will think about this | 02:47 |
boris-42 | more | 02:47 |
dims | hmm, let me think about that for a minute | 02:47 |
dims | y me too | 02:47 |
dims | boris-42 : it's easy to add optional dependency on oslo.config, so we can make it work | 02:48 |
dims | using extras in setup.cfg | 02:48 |
boris-42 | dims: okay I have to go for now | 02:48 |
dims | boris-42 : ok i'll take a look at it tomorrow | 02:48 |
boris-42 | dims: I will think about this tomorrow | 02:48 |
boris-42 | dims: see you | 02:49 |
dims | bye boris-42 | 02:49 |
*** edmondsw has quit IRC | 02:49 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 02:49 | |
*** yamamoto_ has joined #openstack-oslo | 02:58 | |
openstackgerrit | caoyue proposed openstack/stevedore: Trival:Remove unused logging import https://review.openstack.org/267499 | 02:58 |
*** dimtruck is now known as zz_dimtruck | 02:59 | |
*** zz_dimtruck is now known as dimtruck | 03:01 | |
*** mtanino has quit IRC | 03:04 | |
*** sputnik13 has quit IRC | 03:08 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 03:09 | |
*** dims has quit IRC | 03:11 | |
*** yamahata has quit IRC | 03:20 | |
*** jecarey has joined #openstack-oslo | 03:21 | |
*** jecarey has quit IRC | 03:26 | |
*** dimtruck is now known as zz_dimtruck | 03:28 | |
openstackgerrit | ting wang proposed openstack/oslo.config: Replace deprecated library function os.popen() with subprocess https://review.openstack.org/266984 | 03:29 |
openstackgerrit | ting wang proposed openstack/oslo.messaging: Replace deprecated library function os.popen() with subprocess https://review.openstack.org/266985 | 03:32 |
*** zz_dimtruck is now known as dimtruck | 03:34 | |
openstackgerrit | javeme proposed openstack/oslo.messaging: Parameter interval_max should be passed to kombu https://review.openstack.org/261214 | 03:40 |
*** dimtruck is now known as zz_dimtruck | 03:44 | |
*** links has joined #openstack-oslo | 03:49 | |
*** zz_dimtruck is now known as dimtruck | 03:51 | |
*** links has quit IRC | 03:56 | |
*** amrith is now known as _amrith_ | 04:09 | |
*** salv-orlando has joined #openstack-oslo | 04:11 | |
*** salv-orl_ has quit IRC | 04:13 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.config: Fix can't generate config sample with non-None value https://review.openstack.org/267566 | 04:20 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.config: Allow port number with 0 https://review.openstack.org/266712 | 04:29 |
*** sigmavirus24 is now known as sigmavirus24_awa | 04:35 | |
*** links has joined #openstack-oslo | 04:40 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.messaging: Trival: Remove unused logging import https://review.openstack.org/261155 | 04:40 |
*** dimtruck is now known as zz_dimtruck | 04:50 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.messaging: Don't merge:Test https://review.openstack.org/267938 | 05:19 |
*** harlowja_at_home has joined #openstack-oslo | 05:26 | |
*** gcb has quit IRC | 05:30 | |
*** sirushti has quit IRC | 05:34 | |
*** suro-patz has joined #openstack-oslo | 05:34 | |
*** gcb has joined #openstack-oslo | 05:42 | |
*** zz_dimtruck is now known as dimtruck | 05:44 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Replace clear zookeeper python with clear zookeeper bash https://review.openstack.org/196528 | 05:47 |
openstackgerrit | ting wang proposed openstack/oslo.config: Replace deprecated library function os.popen() with subprocess https://review.openstack.org/266984 | 05:56 |
openstackgerrit | ting wang proposed openstack/oslo.messaging: Replace deprecated library function os.popen() with subprocess https://review.openstack.org/266985 | 05:57 |
*** dimtruck is now known as zz_dimtruck | 05:58 | |
*** harlowja_at_home has quit IRC | 06:02 | |
*** boris-42 has quit IRC | 06:03 | |
*** nkrinner has joined #openstack-oslo | 06:05 | |
*** vilobhmm11 has joined #openstack-oslo | 06:21 | |
openstackgerrit | Thomas Goirand proposed openstack/oslo.middleware: Remove ordereddict from requirements.txt https://review.openstack.org/267971 | 06:52 |
openstackgerrit | Merged openstack/stevedore: Trival:Remove unused logging import https://review.openstack.org/267499 | 07:08 |
openstackgerrit | Merged openstack/oslo.policy: Add oslopolicy-checker command-line tool https://review.openstack.org/170978 | 07:09 |
*** links has quit IRC | 07:17 | |
openstackgerrit | javeme proposed openstack/oslo.messaging: Use the oslo.utils.reflection to extract class name https://review.openstack.org/267981 | 07:19 |
*** jecarey has joined #openstack-oslo | 07:23 | |
*** jecarey has quit IRC | 07:27 | |
*** links has joined #openstack-oslo | 07:30 | |
*** yamahata has joined #openstack-oslo | 07:36 | |
*** links has quit IRC | 07:39 | |
*** links has joined #openstack-oslo | 07:41 | |
*** salv-orlando has quit IRC | 07:47 | |
*** salv-orlando has joined #openstack-oslo | 07:48 | |
*** caoshufeng_ has joined #openstack-oslo | 07:53 | |
*** suro-patz has quit IRC | 07:54 | |
*** vilobhmm11 has quit IRC | 08:01 | |
*** caoshufeng_ has quit IRC | 08:11 | |
*** dtardivel has joined #openstack-oslo | 08:13 | |
*** zakora has joined #openstack-oslo | 08:20 | |
*** yamahata has quit IRC | 08:21 | |
*** ihrachys has joined #openstack-oslo | 08:26 | |
*** achanda has joined #openstack-oslo | 08:34 | |
*** shardy_afk has joined #openstack-oslo | 08:37 | |
*** shardy_afk is now known as shardy | 08:37 | |
*** shardy has joined #openstack-oslo | 08:38 | |
*** yamahata has joined #openstack-oslo | 08:42 | |
jd__ | dhellmann: I like your mail, I just hope these guys read openstack-dev :) | 08:50 |
*** salv-orlando has quit IRC | 08:55 | |
*** salv-orlando has joined #openstack-oslo | 08:56 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.messaging: Drop H237,H402,H904 in flake8 ignore list https://review.openstack.org/267938 | 08:56 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.config: Allow port number with 0 https://review.openstack.org/266712 | 08:59 |
*** mhickey has joined #openstack-oslo | 09:11 | |
*** nkrinner has quit IRC | 09:14 | |
*** nkrinner has joined #openstack-oslo | 09:14 | |
openstackgerrit | ting wang proposed openstack/mox3: Add debug testenv in tox https://review.openstack.org/268031 | 09:24 |
*** yassine_ has joined #openstack-oslo | 09:24 | |
*** achanda has quit IRC | 09:39 | |
*** salv-orlando has quit IRC | 09:52 | |
*** salv-orlando has joined #openstack-oslo | 09:52 | |
*** achanda has joined #openstack-oslo | 10:00 | |
*** EinstCrazy has quit IRC | 10:08 | |
*** e0ne has joined #openstack-oslo | 10:08 | |
*** EinstCrazy has joined #openstack-oslo | 10:08 | |
*** salv-orl_ has joined #openstack-oslo | 10:10 | |
*** salv-orlando has quit IRC | 10:13 | |
*** EinstCrazy has quit IRC | 10:14 | |
*** ndipanov has joined #openstack-oslo | 10:22 | |
*** mhickey has quit IRC | 10:25 | |
*** cdent has joined #openstack-oslo | 10:25 | |
*** yottatsa has quit IRC | 10:42 | |
*** mhickey has joined #openstack-oslo | 10:44 | |
*** ihrachys_ has joined #openstack-oslo | 10:47 | |
*** sileht has quit IRC | 10:48 | |
*** sileht has joined #openstack-oslo | 10:48 | |
*** ihrachys has quit IRC | 10:49 | |
openstackgerrit | Yulia Portnova proposed openstack/oslo.messaging: Topic/server arguments changed in simulator.py https://review.openstack.org/268072 | 10:59 |
*** yamahata has quit IRC | 11:12 | |
*** dims has joined #openstack-oslo | 11:12 | |
*** lucas-dinner is now known as lucasagomes | 11:12 | |
*** _amrith_ is now known as amrith | 11:38 | |
openstackgerrit | Alexis Lee proposed openstack/oslo.config: Warn if immutable options change https://review.openstack.org/268088 | 11:39 |
openstackgerrit | Alexis Lee proposed openstack/oslo.config: Report mutated options https://review.openstack.org/268089 | 11:39 |
*** cdent has quit IRC | 11:42 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.db: Fix tests to work under both pymsysql 0.6.2 and 0.7.x https://review.openstack.org/267895 | 11:43 |
openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Listeners management cleanup https://review.openstack.org/268097 | 11:58 |
*** Kennan has quit IRC | 12:04 | |
*** Kennan has joined #openstack-oslo | 12:05 | |
*** salv-orl_ has quit IRC | 12:15 | |
*** salv-orlando has joined #openstack-oslo | 12:15 | |
*** cdent has joined #openstack-oslo | 12:17 | |
*** EinstCrazy has joined #openstack-oslo | 12:28 | |
*** achanda has quit IRC | 12:31 | |
openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Update zmq-guide with new options https://review.openstack.org/268110 | 12:33 |
*** salv-orlando has quit IRC | 12:40 | |
*** salv-orlando has joined #openstack-oslo | 12:40 | |
*** openstackgerrit has quit IRC | 12:50 | |
*** openstackgerrit has joined #openstack-oslo | 12:50 | |
*** links has quit IRC | 12:55 | |
*** links has joined #openstack-oslo | 12:58 | |
*** links has quit IRC | 13:03 | |
*** achanda has joined #openstack-oslo | 13:05 | |
*** achanda has quit IRC | 13:07 | |
*** amrith is now known as _amrith_ | 13:07 | |
*** ozamiatin has quit IRC | 13:11 | |
openstackgerrit | Merged openstack/futurist: Modification of the example code https://review.openstack.org/267267 | 13:14 |
*** cdent has quit IRC | 13:17 | |
*** shardy_ has joined #openstack-oslo | 13:17 | |
*** cdent has joined #openstack-oslo | 13:18 | |
*** shardy has quit IRC | 13:18 | |
*** browne has joined #openstack-oslo | 13:23 | |
*** sputnik13 has joined #openstack-oslo | 13:31 | |
*** yamamoto_ has quit IRC | 13:40 | |
*** browne has quit IRC | 13:49 | |
openstackgerrit | Merged openstack/tooz: Add desired characteristics strict subset validation https://review.openstack.org/260180 | 13:55 |
*** kgiusti has joined #openstack-oslo | 13:55 | |
*** rlrossit has joined #openstack-oslo | 14:04 | |
*** ozamiatin__ has joined #openstack-oslo | 14:09 | |
*** pratikmallya has joined #openstack-oslo | 14:13 | |
*** _amrith_ is now known as amrith | 14:16 | |
*** sputnik13 has quit IRC | 14:17 | |
*** yamamoto has joined #openstack-oslo | 14:24 | |
rlrossit | dansmith: if you get some time, you want to take a look at https://review.openstack.org/#/c/263800/ ? | 14:28 |
dhellmann | jd__ : I was thinking of your twitter stream while I wrote that. :-) | 14:30 |
*** rlrossit has left #openstack-oslo | 14:31 | |
*** rlrossit has joined #openstack-oslo | 14:31 | |
*** lucasagomes is now known as lucasagomes|dent | 14:34 | |
*** lucasagomes|dent is now known as lucas|dentist | 14:34 | |
*** browne has joined #openstack-oslo | 14:36 | |
*** mriedem has joined #openstack-oslo | 14:36 | |
*** nkrinner has quit IRC | 14:41 | |
*** sputnik13 has joined #openstack-oslo | 14:43 | |
*** dansmith is now known as superdan | 14:43 | |
mriedem | dhellmann: fyi https://bugs.launchpad.net/reno/+bug/1534613 | 14:55 |
openstack | Launchpad bug 1534613 in reno "reno appears to fail when there are deleted release notes" [Undecided,New] | 14:55 |
*** sputnik13 has quit IRC | 14:57 | |
*** mhorban has quit IRC | 15:05 | |
*** EinstCrazy has quit IRC | 15:07 | |
*** pratikma_ has joined #openstack-oslo | 15:09 | |
*** ericksonsantos has quit IRC | 15:11 | |
*** pratikmallya has quit IRC | 15:13 | |
*** jecarey has joined #openstack-oslo | 15:14 | |
*** mtanino has joined #openstack-oslo | 15:18 | |
*** yamahata has joined #openstack-oslo | 15:20 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:24 | |
*** zz_dimtruck is now known as dimtruck | 15:24 | |
dhellmann | mriedem : I'll take a look. Is the build failing, or just spewing warnings? | 15:26 |
*** shardy_ is now known as shardy | 15:27 | |
dhellmann | mriedem : it appears the warning triggering that failure is different than the error in the bug. There's a duplicate link target defined. | 15:28 |
dhellmann | mriedem : http://logs.openstack.org/69/268069/3/check/gate-nova-releasenotes/aaa7da2/console.html#_2016-01-15_11_27_03_131 | 15:28 |
mriedem | dhellmann: hmm | 15:28 |
mriedem | dhellmann: which i guess would be this? https://review.openstack.org/#/c/267178/1/releasenotes/notes/12.0.1-cve-bugs-7b04b2e34a3e9a70.yaml | 15:29 |
dhellmann | not that the message you reported is good, it's just I don't think that's what caused your build failure | 15:29 |
dhellmann | mriedem : yeah. I see "Announcement" in a message on line 9. I think if you use the ` <>`__ (double underscore) link format it will fix the problem. So add an extra _ at the end of that line. | 15:30 |
mriedem | i guess i'm not sure how that would have gotten through jenkins | 15:30 |
dhellmann | I'm not sure | 15:30 |
mriedem | i know why | 15:31 |
mriedem | https://github.com/openstack/nova/blob/stable/liberty/tox.ini#L213 | 15:31 |
dhellmann | ah | 15:31 |
mriedem | nova stable/liberty doesn't run with -W | 15:31 |
dhellmann | that would do it | 15:31 |
*** SergeyLukjanov has quit IRC | 15:32 | |
*** xianghui has quit IRC | 15:33 | |
*** xianghui has joined #openstack-oslo | 15:34 | |
*** regXboi has joined #openstack-oslo | 15:38 | |
*** SergeyLukjanov has joined #openstack-oslo | 15:38 | |
*** lucas|dentist is now known as lucasagomes | 15:40 | |
mriedem | dhellmann: except, | 15:46 |
mriedem | it's in git history with the bad version :/ | 15:47 |
*** cdent has quit IRC | 15:48 | |
mriedem | yeah, so i fixed but reno still fails because it's in the git history | 15:49 |
*** takedakn has joined #openstack-oslo | 15:51 | |
*** pblaho has quit IRC | 15:52 | |
mriedem | so it seems i need a time machine | 15:53 |
mriedem | or a way to exclude certain git hashes | 15:53 |
dhellmann | mriedem : if you edit the file in a later commit in the same branch, reno should figure that out | 15:56 |
dhellmann | mriedem : if you have the file in 2 branches now, you might have to turn off error checking to get it fixed up | 15:56 |
mriedem | i guess i didn't commit my changes yet | 15:57 |
mriedem | let me try that | 15:57 |
mriedem | so i deleted the file, committed, and it still fails | 15:58 |
mriedem | let me try just editing it | 15:58 |
dhellmann | mriedem : which branch are you working in? | 15:58 |
mriedem | stable/liberty | 15:59 |
dhellmann | did you commit on that branch, or a new branch you created from it? | 15:59 |
mriedem | new topic branch locally | 15:59 |
*** takedakn has quit IRC | 15:59 | |
dhellmann | so reno is scanning branches by name. it's probably failing to build the liberty file, but working on the unreleased file | 16:00 |
dhellmann | try committing directly to the liberty branch locally | 16:00 |
mriedem | ok | 16:00 |
dhellmann | that will simulate what you'll get in the gate | 16:00 |
mriedem | yeah, good point | 16:00 |
*** salv-orl_ has joined #openstack-oslo | 16:10 | |
*** cdent has joined #openstack-oslo | 16:11 | |
*** salv-orlando has quit IRC | 16:13 | |
openstackgerrit | Yulia Portnova proposed openstack/oslo.messaging: Topic/server arguments changed in simulator.py https://review.openstack.org/268072 | 16:20 |
*** haypo has left #openstack-oslo | 16:22 | |
mriedem | dhellmann: no dice :( | 16:23 |
mriedem | i'll push up my change to see if it makes a difference in jenkins, maybe i'm doing something wrong locally | 16:23 |
mriedem | https://review.openstack.org/268218 | 16:24 |
*** pradk has joined #openstack-oslo | 16:24 | |
dhellmann | mriedem : ok, I'll take a look, too. | 16:27 |
mriedem | https://jenkins06.openstack.org/job/gate-nova-releasenotes/128/console | 16:28 |
*** vilobhmm11 has joined #openstack-oslo | 16:28 | |
*** ericksonsantos has joined #openstack-oslo | 16:31 | |
*** pballand has joined #openstack-oslo | 16:34 | |
*** devananda has quit IRC | 16:36 | |
*** ihrachys_ has quit IRC | 16:36 | |
*** zakora has quit IRC | 16:37 | |
*** devananda has joined #openstack-oslo | 16:38 | |
mriedem | damn, still fails | 16:46 |
mriedem | maybe i can exclude that file from being processed by sphinx | 16:47 |
*** dimtruck is now known as zz_dimtruck | 16:48 | |
*** ozamiatin__ has quit IRC | 16:50 | |
*** vilobhmm11 has quit IRC | 17:00 | |
*** ozamiatin has joined #openstack-oslo | 17:01 | |
*** sputnik13 has joined #openstack-oslo | 17:02 | |
*** salv-orl_ has quit IRC | 17:04 | |
*** salv-orlando has joined #openstack-oslo | 17:04 | |
*** zz_dimtruck is now known as dimtruck | 17:11 | |
*** e0ne has quit IRC | 17:13 | |
*** pratikma_ has quit IRC | 17:40 | |
*** achanda has joined #openstack-oslo | 17:43 | |
*** browne has quit IRC | 17:44 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:46 | |
*** shakamunyi has joined #openstack-oslo | 17:46 | |
*** achanda has quit IRC | 17:47 | |
*** cdent has quit IRC | 17:48 | |
*** cdent has joined #openstack-oslo | 17:49 | |
*** jamielennox is now known as jamielennox|away | 17:52 | |
*** jecarey has quit IRC | 17:53 | |
*** jecarey has joined #openstack-oslo | 17:53 | |
*** ericksonsantos has quit IRC | 17:53 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 17:57 | |
*** mhickey has quit IRC | 17:57 | |
*** harlowja_at_home has joined #openstack-oslo | 17:57 | |
openstackgerrit | Greg Hill proposed openstack/taskflow: Refactor Atom/BaseTask/Task/Retry class hierarchy https://review.openstack.org/267131 | 17:57 |
*** browne has joined #openstack-oslo | 17:58 | |
*** browne has quit IRC | 17:58 | |
*** jecarey has quit IRC | 17:58 | |
*** e0ne has joined #openstack-oslo | 18:00 | |
*** ericksonsantos has joined #openstack-oslo | 18:05 | |
*** mriedem has quit IRC | 18:05 | |
*** mriedem has joined #openstack-oslo | 18:12 | |
*** suro-patz has joined #openstack-oslo | 18:15 | |
*** suro-patz has quit IRC | 18:17 | |
*** yassine_ has quit IRC | 18:19 | |
*** ihrachys has joined #openstack-oslo | 18:20 | |
*** achanda has joined #openstack-oslo | 18:27 | |
*** vilobhmm11 has joined #openstack-oslo | 18:31 | |
*** suro-patz has joined #openstack-oslo | 18:33 | |
*** browne has joined #openstack-oslo | 18:35 | |
*** salv-orlando has quit IRC | 18:37 | |
*** salv-orlando has joined #openstack-oslo | 18:37 | |
*** dtardivel has quit IRC | 18:37 | |
*** suro-patz has quit IRC | 18:39 | |
*** pradk has quit IRC | 18:39 | |
*** suro-patz has joined #openstack-oslo | 18:40 | |
*** ericksonsantos has quit IRC | 18:40 | |
*** ericksonsantos has joined #openstack-oslo | 18:40 | |
*** achanda has quit IRC | 18:40 | |
*** ihrachys_ has joined #openstack-oslo | 18:43 | |
*** ihrachys has quit IRC | 18:46 | |
*** thumpba has joined #openstack-oslo | 18:48 | |
*** pratikmallya has joined #openstack-oslo | 18:51 | |
*** ericksonsantos has quit IRC | 18:53 | |
*** achanda has joined #openstack-oslo | 18:54 | |
*** ihrachys_ has quit IRC | 18:58 | |
openstackgerrit | Merged openstack/taskflow: Replace deprecated library function os.popen() with subprocess https://review.openstack.org/266988 | 18:59 |
*** browne has quit IRC | 19:01 | |
*** ihrachys has joined #openstack-oslo | 19:01 | |
*** rlrossit has quit IRC | 19:02 | |
*** rlrossi__ has joined #openstack-oslo | 19:07 | |
*** rlrossi__ has quit IRC | 19:07 | |
*** jecarey has joined #openstack-oslo | 19:19 | |
*** rlrossit has joined #openstack-oslo | 19:21 | |
*** jecarey has quit IRC | 19:22 | |
*** jecarey has joined #openstack-oslo | 19:23 | |
*** achanda has quit IRC | 19:28 | |
openstackgerrit | Ronald Bradford proposed openstack/oslo.config: Add reST work label for configuration options https://review.openstack.org/267846 | 19:29 |
*** ericksonsantos has joined #openstack-oslo | 19:32 | |
*** achanda has joined #openstack-oslo | 19:43 | |
*** yamahata has quit IRC | 19:44 | |
*** lucasagomes is now known as lucas-dinner | 19:49 | |
harlowja_at_home | dims, we having a meeting on monday (due to US holiday)?? | 19:53 |
*** browne has joined #openstack-oslo | 19:56 | |
*** yamahata has joined #openstack-oslo | 20:02 | |
openstackgerrit | Ronald Bradford proposed openstack/oslo.log: Improve Logging docs with inline examples and context example https://review.openstack.org/267857 | 20:03 |
*** achanda has quit IRC | 20:03 | |
*** achanda has joined #openstack-oslo | 20:09 | |
*** bauzas is now known as bauwser | 20:11 | |
zzzeek | hey dims | 20:15 |
dims | Hi zzzeek mike! | 20:15 |
zzzeek | are you coming to austin? | 20:15 |
dims | zzzeek : yep, will be there | 20:15 |
zzzeek | dims: im trying to decide to fly out friday or saturday, do you think we'll do oslo.db things one day ? | 20:16 |
zzzeek | there doesnt seem to be any schedule so far | 20:16 |
dims | zzzeek : y, way too early for schedules | 20:16 |
dims | zzzeek : yes, we can make sure oslo.db are all on the same day | 20:17 |
zzzeek | dims: OK, so if im there tue thru thursday fully there hsould be time for everyone that needs me to get to me ? | 20:17 |
dims | yep | 20:18 |
zzzeek | cool | 20:18 |
*** e0ne has quit IRC | 20:23 | |
*** ozamiatin has quit IRC | 20:25 | |
*** e0ne has joined #openstack-oslo | 20:26 | |
*** ericksonsantos has quit IRC | 20:33 | |
*** ericksonsantos has joined #openstack-oslo | 20:36 | |
*** davidlenwell has quit IRC | 20:38 | |
*** davidlenwell has joined #openstack-oslo | 20:39 | |
*** browne has quit IRC | 20:46 | |
*** ihrachys_ has joined #openstack-oslo | 20:57 | |
*** ihrachys has quit IRC | 20:57 | |
*** ihrachys_ has quit IRC | 20:58 | |
*** ihrachys has joined #openstack-oslo | 20:58 | |
*** yamamoto has quit IRC | 21:00 | |
*** yamamoto has joined #openstack-oslo | 21:01 | |
*** achanda has quit IRC | 21:02 | |
*** ihrachys_ has joined #openstack-oslo | 21:05 | |
*** ihrachys has quit IRC | 21:05 | |
*** edmondsw has joined #openstack-oslo | 21:20 | |
*** edmondsw has quit IRC | 21:21 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: POC of a different atom internal format https://review.openstack.org/268338 | 21:25 |
*** yamamoto has quit IRC | 21:26 | |
*** salv-orlando has quit IRC | 21:29 | |
*** salv-orlando has joined #openstack-oslo | 21:29 | |
*** amrith is now known as _amrith_ | 21:33 | |
*** cdent has quit IRC | 21:43 | |
*** thumpba has quit IRC | 21:44 | |
*** ihrachys_ has quit IRC | 21:44 | |
*** jamielennox|away is now known as jamielennox | 21:54 | |
*** dims_ has joined #openstack-oslo | 21:59 | |
*** dims has quit IRC | 22:01 | |
*** e0ne has quit IRC | 22:08 | |
*** salv-orl_ has joined #openstack-oslo | 22:10 | |
*** salv-orlando has quit IRC | 22:13 | |
openstackgerrit | Ryan Rossiter proposed openstack/oslo.versionedobjects: Move compare_obj to the fixture module for external consumption https://review.openstack.org/243852 | 22:24 |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Have zookeeper heartbeat perform basic get https://review.openstack.org/268351 | 22:26 |
*** yamamoto has joined #openstack-oslo | 22:27 | |
*** pratikmallya has quit IRC | 22:27 | |
*** suro-patz has quit IRC | 22:27 | |
openstackgerrit | Ryan Rossiter proposed openstack/oslo.versionedobjects: Move compare_obj to the fixture module for external consumption https://review.openstack.org/243852 | 22:28 |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Add lock breaking https://review.openstack.org/266015 | 22:29 |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Track and use ownership information on acquire/break/release https://review.openstack.org/263987 | 22:29 |
*** dimtruck is now known as zz_dimtruck | 22:29 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Have zookeeper heartbeat perform basic get https://review.openstack.org/268351 | 22:30 |
*** achanda has joined #openstack-oslo | 22:33 | |
*** yamamoto has quit IRC | 22:33 | |
*** suro-patz has joined #openstack-oslo | 22:34 | |
*** achanda has quit IRC | 22:37 | |
*** suro-patz has quit IRC | 22:44 | |
*** rlrossit has quit IRC | 22:44 | |
*** mriedem has quit IRC | 22:47 | |
*** pratikmallya has joined #openstack-oslo | 22:48 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Use a common 'translate_failures' decorator (WIP) https://review.openstack.org/265661 | 22:50 |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:50 | |
harlowja_at_home | jd__, let me know what u think about ^ | 22:56 |
harlowja_at_home | i can start moving all the other drivers to something similar if its okie dokie | 22:56 |
*** sputnik13 has quit IRC | 23:02 | |
*** pratikmallya has quit IRC | 23:04 | |
harlowja_at_home | bogdando, do u know if there is desire for me to continue down https://review.openstack.org/#/c/260246/ and making that real? | 23:07 |
harlowja_at_home | (as a replacment/alternative to https://review.openstack.org/#/c/256342/ ) | 23:07 |
* harlowja_at_home is willing to make that possible, if people will use it | 23:08 | |
harlowja_at_home | but meh, if not gonna be used then not much point :-P | 23:08 |
harlowja_at_home | dims_, in regard to https://review.openstack.org/#/c/229194/ if u get any time can u look that over, i might try to get started on that soonish | 23:15 |
harlowja_at_home | since it'd be nice to not discover more places that borrowed oslo.messaging failure serialization/recreation/unserialization code (last one i discovered was a copy in nova cells) | 23:15 |
dims_ | harlowja_at_home : lined it up | 23:16 |
harlowja_at_home | kk | 23:17 |
harlowja_at_home | https://github.com/openstack/nova/blob/master/nova/cells/messaging.py#L1882 (nova cells copy, sadface) | 23:17 |
harlowja_at_home | that whole file is interesting | 23:18 |
harlowja_at_home | in that if u swint, its somewhat like oslo.messaging | 23:18 |
harlowja_at_home | but oslo.messaging with message hoppping ability | 23:19 |
harlowja_at_home | aka a proxy/repeater | 23:20 |
*** _amrith_ is now known as amrith | 23:20 | |
dims_ | right, typical cells approach | 23:24 |
*** dims_ has quit IRC | 23:29 | |
*** pratikmallya has joined #openstack-oslo | 23:29 | |
*** achanda has joined #openstack-oslo | 23:34 | |
*** suro-patz has joined #openstack-oslo | 23:34 | |
*** dims has joined #openstack-oslo | 23:37 | |
*** shardy has quit IRC | 23:37 | |
*** achanda has quit IRC | 23:39 | |
*** jschlueter has quit IRC | 23:54 | |
openstackgerrit | Joshua Harlow proposed openstack/oslo.privsep: Update/make better the README.rst long description https://review.openstack.org/268377 | 23:59 |
*** dims has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!