*** dims_ has joined #openstack-oslo | 00:05 | |
*** sputnik13 has joined #openstack-oslo | 00:05 | |
*** sputnik13 has quit IRC | 00:07 | |
*** dims has quit IRC | 00:08 | |
*** mtanino has quit IRC | 00:09 | |
*** browne has quit IRC | 00:18 | |
dims_ | harlowja: around? please bless this one when you get a chance - https://review.openstack.org/#/c/188747/ | 00:22 |
---|---|---|
harlowja | dims_ examining | 00:22 |
openstackgerrit | Merged openstack/oslo.cache: Remove empty script reference https://review.openstack.org/183829 | 00:25 |
*** tsekiyam_ has joined #openstack-oslo | 00:28 | |
*** sdake has joined #openstack-oslo | 00:29 | |
*** tsekiyama has quit IRC | 00:31 | |
*** sdake_ has quit IRC | 00:32 | |
*** tsekiyam_ has quit IRC | 00:33 | |
*** sdake_ has joined #openstack-oslo | 00:39 | |
*** sputnik13 has joined #openstack-oslo | 00:40 | |
*** sputnik13 has quit IRC | 00:42 | |
*** sdake has quit IRC | 00:42 | |
*** sputnik13 has joined #openstack-oslo | 00:46 | |
*** sputnik13 has quit IRC | 00:46 | |
openstackgerrit | Ken Giusti proposed openstack/oslo.messaging: Provide better detection of failures during message send https://review.openstack.org/126065 | 01:00 |
*** sigmavirus24 is now known as sigmavirus24_awa | 01:06 | |
openstackgerrit | Merged openstack/oslo.service: Make logging option values configurable https://review.openstack.org/188747 | 01:07 |
*** sigmavirus24_awa is now known as sigmavirus24 | 01:20 | |
openstackgerrit | Brant Knudson proposed openstack/oslo.utils: Revert "timeutils: deprecate isotime()" https://review.openstack.org/189523 | 01:23 |
openstackgerrit | Brant Knudson proposed openstack/oslo.utils: Revert "timeutils: deprecate isotime()" https://review.openstack.org/189523 | 01:24 |
openstackgerrit | Brant Knudson proposed openstack/oslo.utils: Revert "timeutils: deprecate isotime()" https://review.openstack.org/189523 | 01:25 |
*** mriedem_away has quit IRC | 01:27 | |
*** jamielennox|away is now known as jamielennox | 01:32 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add indestructible 99 bottles of beer example https://review.openstack.org/189526 | 01:34 |
*** haigang has joined #openstack-oslo | 01:34 | |
openstackgerrit | Zhenguo Niu proposed openstack/oslo.messaging: Fix typos https://review.openstack.org/189528 | 01:36 |
*** vilobhmm has quit IRC | 01:37 | |
*** ashleighfarnham has quit IRC | 01:40 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add indestructible 99 bottles of beer example https://review.openstack.org/189526 | 01:41 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add indestructible 99 bottles of beer example https://review.openstack.org/189526 | 01:42 |
*** dims_ has quit IRC | 01:43 | |
*** manishg has joined #openstack-oslo | 01:45 | |
harlowja | indestructible! | 01:46 |
manishg | hey folks, a quick question about logging. With the basic logging, can I do something like this. some_log_context={} ... some_log_context.update(blah="value") ... LOG.info (..., extra=some_log_context) ? Don't see anyone using it in this way although looking at the code this seems perfectly fine :) | 01:47 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Add indestructible 99 bottles of beer example https://review.openstack.org/189526 | 01:52 |
*** sdake has joined #openstack-oslo | 01:58 | |
*** sdake_ has quit IRC | 02:01 | |
lifeless | tchaypo: hi | 02:04 |
tchaypo | lifeless: good week! | 02:04 |
tchaypo | hrm. | 02:05 |
lifeless | tchaypo: so, == in markers works | 02:05 |
lifeless | tchaypo: its < etc that are glitching | 02:05 |
tchaypo | that was intended to be ab analogue for “good morning” but it could just as easily be read as “good bye" | 02:05 |
lifeless | (see mine comments) | 02:05 |
tchaypo | yes | 02:05 |
tchaypo | although - https://bitbucket.org/pypa/setuptools/issue/380/environment-markers-dont-support-etc | 02:06 |
tchaypo | Something happened there over the weekend. I haven’t read it yet (my week is only just starting) | 02:06 |
lifeless | it was merged | 02:07 |
lifeless | but | 02:07 |
lifeless | I tried it, still failed | 02:07 |
tchaypo | *gnashing of teeth* | 02:10 |
tchaypo | it looks like my last comment there was still “I | 02:10 |
tchaypo | m not sure if this does everything we need” and I didn | 02:10 |
tchaypo | t update it to say “this is definitely not complete" | 02:10 |
lifeless | the way I tried it was to build an sdist of hg tip, and put the path to that in the functional pbr test | 02:10 |
tchaypo | from memory that patch makes it get past the point where the invalid environment marker error is originally thrown | 02:11 |
tchaypo | but then later testing showed that it still didn’t lead to the requirements being installed | 02:11 |
lifeless | i still got the invalid marker error | 02:12 |
lifeless | https://review.openstack.org/#/c/189250/ is me starting to exercise stuff in this space | 02:13 |
tchaypo | Interesting | 02:16 |
tchaypo | One Thing that is making his really hard is that the error being thrown gets swallowed and sys.exit called instead | 02:16 |
lifeless | maybe you should fix that | 02:17 |
lifeless | add in a jit pdb mode like testr has | 02:17 |
tchaypo | I'd like to fix that so we can get a real stock trace but I haven't found where sys.exit is being called | 02:17 |
lifeless | grep for TESTR_PDB inside testrepository | 02:17 |
bknudson | mock sys.exit to raise | 02:19 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Handle conductor ctrl-c more appropriately https://review.openstack.org/189536 | 02:19 |
tchaypo | The other thing I've been doing is using pdb to trace what happens inside the function that calls.... | 02:20 |
lifeless | bknudson: this is in a subprocess - inside setuptools guts | 02:20 |
tchaypo | Sorry, I'm mobile and forget the exact name. I think it's _environment_marker? | 02:20 |
lifeless | bknudson: so thats doable but a little tricky | 02:20 |
*** yamahata has quit IRC | 02:21 | |
tchaypo | It looks like it gets invoked 3 times at different points | 02:23 |
*** amotoki has joined #openstack-oslo | 02:24 | |
tchaypo | *reads notes* it looks like setuptools/dist:316 is where I set my breakpoint | 02:24 |
tchaypo | The salient different seems to be that when we get the error, pbr has injected the extras into extras_require; when we don't get the error it's because extras_require hasn't been populated | 02:26 |
*** tobe has joined #openstack-oslo | 02:27 | |
tchaypo | I'm in transit at the moment, heading towards lunch with Andre, but I plan to look for TESTR_PDB with nakato this afternoon | 02:28 |
*** amotoki has quit IRC | 02:31 | |
*** davideagnello has quit IRC | 02:35 | |
*** amotoki has joined #openstack-oslo | 02:38 | |
*** amotoki_ has joined #openstack-oslo | 02:40 | |
*** amotoki_ has quit IRC | 02:40 | |
*** dims has joined #openstack-oslo | 02:43 | |
*** dims has quit IRC | 02:50 | |
*** rushiagr_away is now known as rushiagr | 02:54 | |
*** zhiyan has quit IRC | 03:06 | |
*** jraim has quit IRC | 03:06 | |
*** kun_huang has quit IRC | 03:07 | |
*** rjaiswal has quit IRC | 03:07 | |
*** harlowja has quit IRC | 03:22 | |
*** harlowja_ has joined #openstack-oslo | 03:22 | |
*** gordc has joined #openstack-oslo | 03:23 | |
*** jecarey has joined #openstack-oslo | 03:27 | |
*** rushiagr is now known as rushiagr_away | 03:28 | |
*** sdake has quit IRC | 03:31 | |
*** sdake has joined #openstack-oslo | 03:33 | |
*** browne has joined #openstack-oslo | 03:33 | |
*** sdake has quit IRC | 03:34 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 03:40 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Make the file driver more capable (with regard to groups) https://review.openstack.org/187750 | 03:44 |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Add watch file driver support https://review.openstack.org/188246 | 03:44 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Handle conductor ctrl-c more appropriately https://review.openstack.org/189536 | 04:04 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Handle conductor ctrl-c more appropriately https://review.openstack.org/189536 | 04:06 |
*** rushiagr_away is now known as rushiagr | 04:07 | |
*** sputnik13 has joined #openstack-oslo | 04:14 | |
*** jecarey has quit IRC | 04:15 | |
*** sputnik13 has quit IRC | 04:16 | |
*** haigang has quit IRC | 04:30 | |
*** sputnik13 has joined #openstack-oslo | 04:34 | |
*** dims has joined #openstack-oslo | 04:47 | |
*** sdake has joined #openstack-oslo | 04:51 | |
*** dims has quit IRC | 04:51 | |
*** sputnik13 has quit IRC | 04:51 | |
*** sputnik13 has joined #openstack-oslo | 04:52 | |
*** boris-42 has quit IRC | 05:04 | |
*** yamahata has joined #openstack-oslo | 05:05 | |
*** tobe has quit IRC | 05:05 | |
*** nkrinner has joined #openstack-oslo | 05:09 | |
*** rpodolyaka1 has joined #openstack-oslo | 05:12 | |
*** alexpilotti has quit IRC | 05:14 | |
*** haigang has joined #openstack-oslo | 05:15 | |
*** sputnik13 has quit IRC | 05:22 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Show the individual engine steps (and log the time each takes) https://review.openstack.org/189554 | 05:22 |
*** achanda has joined #openstack-oslo | 05:27 | |
*** e0ne has joined #openstack-oslo | 05:29 | |
*** manishg has quit IRC | 05:31 | |
*** arnaud____ has joined #openstack-oslo | 05:32 | |
*** yamahata has quit IRC | 05:32 | |
*** achanda has quit IRC | 05:36 | |
*** sputnik13 has joined #openstack-oslo | 05:39 | |
*** vilobhmm has joined #openstack-oslo | 05:43 | |
*** sputnik13 has quit IRC | 05:45 | |
*** rpodolyaka1 has quit IRC | 05:45 | |
*** e0ne has quit IRC | 05:47 | |
*** vilobhmm has quit IRC | 05:55 | |
*** vilobhmm has joined #openstack-oslo | 06:00 | |
*** sputnik13 has joined #openstack-oslo | 06:02 | |
*** achanda has joined #openstack-oslo | 06:16 | |
*** sdake has quit IRC | 06:16 | |
*** jraim has joined #openstack-oslo | 06:17 | |
*** ihrachyshka has joined #openstack-oslo | 06:19 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Show the individual engine steps (and log the time each takes) https://review.openstack.org/189554 | 06:20 |
*** dougwig has quit IRC | 06:33 | |
*** achanda has quit IRC | 06:36 | |
*** rpodolyaka1 has joined #openstack-oslo | 06:42 | |
*** tobe has joined #openstack-oslo | 06:45 | |
*** zhiyan has joined #openstack-oslo | 06:46 | |
*** vilobhmm has quit IRC | 06:49 | |
*** tchaypo has quit IRC | 06:53 | |
*** DuncanT has quit IRC | 06:53 | |
*** rpodolyaka1 has quit IRC | 06:56 | |
*** rpodolyaka1 has joined #openstack-oslo | 06:57 | |
*** arnaud____ has quit IRC | 07:08 | |
*** ozamiatin has joined #openstack-oslo | 07:10 | |
*** sputnik13 has quit IRC | 07:10 | |
*** ozamiatin has quit IRC | 07:18 | |
*** ihrachyshka has quit IRC | 07:20 | |
*** browne has quit IRC | 07:27 | |
*** tchaypo has joined #openstack-oslo | 07:27 | |
*** achanda has joined #openstack-oslo | 07:28 | |
*** kun_huang has joined #openstack-oslo | 07:28 | |
*** sdake has joined #openstack-oslo | 07:29 | |
*** dougwig has joined #openstack-oslo | 07:34 | |
*** subscope has joined #openstack-oslo | 07:36 | |
*** rpodolyaka1 has quit IRC | 07:38 | |
*** ndipanov has quit IRC | 07:38 | |
*** sdake_ has joined #openstack-oslo | 07:39 | |
*** rjaiswal has joined #openstack-oslo | 07:41 | |
*** sdake has quit IRC | 07:43 | |
*** sdake has joined #openstack-oslo | 07:44 | |
*** tchaypo_ has joined #openstack-oslo | 07:44 | |
*** DuncanT has joined #openstack-oslo | 07:45 | |
*** sdake_ has quit IRC | 07:47 | |
haypo | hello | 07:47 |
*** jaosorior has joined #openstack-oslo | 07:50 | |
*** cdent has joined #openstack-oslo | 07:54 | |
*** tchaypo has quit IRC | 07:58 | |
*** tchaypo_ is now known as tchaypo | 07:58 | |
*** tchaypo1 has joined #openstack-oslo | 07:59 | |
*** tchaypo1 has quit IRC | 07:59 | |
*** ihrachyshka has joined #openstack-oslo | 08:10 | |
*** achanda has quit IRC | 08:13 | |
*** rpodolyaka1 has joined #openstack-oslo | 08:16 | |
*** ihrachyshka_ has joined #openstack-oslo | 08:18 | |
*** ozamiatin has joined #openstack-oslo | 08:20 | |
*** sdake_ has joined #openstack-oslo | 08:22 | |
*** gordc has quit IRC | 08:22 | |
*** sdake has quit IRC | 08:25 | |
*** ndipanov has joined #openstack-oslo | 08:28 | |
*** sdake_ has quit IRC | 08:34 | |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/oslo.messaging: rabbit: Add logging on blocked connection https://review.openstack.org/185851 | 08:35 |
*** sdake has joined #openstack-oslo | 08:36 | |
*** achanda has joined #openstack-oslo | 08:37 | |
*** sdake_ has joined #openstack-oslo | 08:39 | |
*** sdake_ has quit IRC | 08:41 | |
*** sdake has quit IRC | 08:42 | |
*** e0ne has joined #openstack-oslo | 08:46 | |
*** rushiagr is now known as rushiagr_away | 08:58 | |
*** rushiagr_away is now known as rushiagr | 09:00 | |
*** amotoki_ has joined #openstack-oslo | 09:05 | |
*** amotoki_ has quit IRC | 09:09 | |
*** amotoki_ has joined #openstack-oslo | 09:14 | |
*** ericksonsantos has quit IRC | 09:28 | |
haypo | lifeless, sileht : hi. good news, i upgraded virtualenv and tox. tox now uses pip 7.0.3 instead of pip 7.0.1, and wheel caching works ;) | 09:29 |
sileht | this is clearly more efficient than devpi-server and manual wheel creation | 09:30 |
haypo | sileht: yes. sometimes, i started "tox -e pyXX" and then ran "pipwheel" in parallel | 09:41 |
*** dims has joined #openstack-oslo | 09:48 | |
*** rpodolyaka1 has quit IRC | 09:51 | |
*** gordc has joined #openstack-oslo | 09:52 | |
*** dims has quit IRC | 09:54 | |
*** achanda has quit IRC | 09:56 | |
*** rpodolyaka1 has joined #openstack-oslo | 09:57 | |
*** rpodolyaka1 has quit IRC | 09:57 | |
*** achanda has joined #openstack-oslo | 09:58 | |
*** gordc has quit IRC | 10:00 | |
*** e0ne is now known as e0ne_ | 10:02 | |
*** achanda has quit IRC | 10:03 | |
*** arnaud____ has joined #openstack-oslo | 10:09 | |
*** dims has joined #openstack-oslo | 10:09 | |
*** e0ne_ has quit IRC | 10:12 | |
*** achanda has joined #openstack-oslo | 10:12 | |
*** arnaud____ has quit IRC | 10:13 | |
*** alexpilotti has joined #openstack-oslo | 10:14 | |
dims | toabctl: pbr 1.1.0 is out - http://lists.openstack.org/pipermail/openstack-dev/2015-June/066240.html | 10:19 |
dims | hope that helps | 10:19 |
dims | lifeless: thanks | 10:19 |
*** e0ne has joined #openstack-oslo | 10:21 | |
openstackgerrit | Merged openstack/tooz: Implement watch/unwatch elected_as_leader for redis driver https://review.openstack.org/186965 | 10:24 |
*** tobe has quit IRC | 10:32 | |
*** tobe has joined #openstack-oslo | 10:33 | |
eezhova | harlowja_, Thanks for the link! It gives the impression of a really cool staff and definitely has better API and cleaner code than the current periodic code in oslo.service | 10:40 |
eezhova | harlowja_, are there any potential difficulties in porting to futurist's periodic? | 10:42 |
*** ozamiatin has quit IRC | 10:46 | |
*** tobe has quit IRC | 10:47 | |
*** tobe has joined #openstack-oslo | 10:49 | |
toabctl | dims: lifeless thx | 10:52 |
*** amotoki_ has quit IRC | 10:53 | |
*** tobe has quit IRC | 10:53 | |
*** boris-42 has joined #openstack-oslo | 10:53 | |
openstackgerrit | Ilya Shakhat proposed openstack/oslo.service: Improve test coverage for loopingcall module https://review.openstack.org/189654 | 10:59 |
*** rushiagr is now known as rushiagr_away | 11:00 | |
*** yassine_ has joined #openstack-oslo | 11:06 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.versionedobjects: [WIP] Trying to use ObjectVersionChecker in Nova - ignore me https://review.openstack.org/189659 | 11:14 |
*** yassine_ has joined #openstack-oslo | 11:15 | |
*** rpodolyaka1 has joined #openstack-oslo | 11:15 | |
*** rpodolyaka1 has quit IRC | 11:26 | |
*** achanda has quit IRC | 11:26 | |
*** rpodolyaka1 has joined #openstack-oslo | 11:27 | |
*** rpodolyaka1 has quit IRC | 11:32 | |
*** rpodolyaka1 has joined #openstack-oslo | 11:33 | |
*** e0ne is now known as e0ne_ | 11:34 | |
*** e0ne_ has quit IRC | 11:40 | |
*** rpodolyaka2 has quit IRC | 11:48 | |
openstackgerrit | Cedric Brandily proposed openstack/oslo.middleware: Add middleware to support ssl termination proxies https://review.openstack.org/174025 | 11:49 |
dims | sileht: some backports here when you get a chance - https://review.openstack.org/#/q/status:open+project:openstack/oslo.messaging+branch:stable/kilo,n,z | 11:54 |
sileht | dims, I take a look | 11:56 |
sileht | cool the big one is cheery-picked smoothly | 11:59 |
*** jaypipes has joined #openstack-oslo | 12:02 | |
*** haigang has quit IRC | 12:02 | |
dims | yay | 12:03 |
dims | jd__: flaper87: when you get a chance, please take a look, need one of you on this backport - https://review.openstack.org/#/c/189671/ | 12:05 |
*** achanda has joined #openstack-oslo | 12:05 | |
*** amrith is now known as _amrith_ | 12:12 | |
viktors | dims: should we release 1.8.3, when these patches lands? | 12:12 |
dims | viktors: are we sure got all the important fixes? | 12:13 |
*** achanda has quit IRC | 12:13 | |
*** ozamiatin has joined #openstack-oslo | 12:13 | |
*** prad_ has joined #openstack-oslo | 12:14 | |
viktors | dims: I think, yes. Anyway, we can make a new release, when another fixes will be proposed :) | 12:14 |
*** e0ne has joined #openstack-oslo | 12:14 | |
dims | sileht: what do you think? | 12:14 |
*** prad has quit IRC | 12:14 | |
*** prad_ is now known as prad | 12:14 | |
dims | sileht: if you are ok, we can request dhellmann to push the button | 12:15 |
sileht | dims, I'm ok | 12:16 |
dims | cool thanks sileht, viktors | 12:17 |
*** e0ne is now known as e0ne_ | 12:21 | |
*** e0ne_ is now known as e0ne | 12:21 | |
haypo | does someone know how to keep the https://login.launchpad.net/ cookie after when i close firefox? i don't like having to relog each time i restart firefox to go to review.openstack.org | 12:24 |
haypo | i see a cookie for .login.launchpad.net which expires at the end of the session, i want to make it persistent, or keep it at least 1 day | 12:24 |
flaper87 | dims: done | 12:25 |
*** achanda has joined #openstack-oslo | 12:27 | |
*** e0ne is now known as e0ne_ | 12:30 | |
*** e0ne_ has quit IRC | 12:35 | |
*** kgiusti has joined #openstack-oslo | 12:37 | |
dims | thanks flaper87 :) | 12:41 |
*** sigmavirus24_awa is now known as sigmavirus24 | 12:41 | |
*** bknudson has quit IRC | 12:41 | |
*** manishg has joined #openstack-oslo | 12:42 | |
*** manishg has quit IRC | 12:45 | |
*** e0ne has joined #openstack-oslo | 12:55 | |
*** stpierre has joined #openstack-oslo | 12:58 | |
*** rpodolyaka1 has quit IRC | 13:00 | |
*** jecarey has joined #openstack-oslo | 13:13 | |
*** manishg has joined #openstack-oslo | 13:16 | |
*** sdake has joined #openstack-oslo | 13:17 | |
*** manishg has quit IRC | 13:20 | |
eezhova | dims, hi! could you please tell me what are the current guidelines concerning mox/mox3/mock usage? | 13:22 |
*** jamielennox is now known as jamielennox|away | 13:23 | |
*** shardy_ has joined #openstack-oslo | 13:24 | |
dims | eezhova: use mock, avoid mox, if you must, then import mox3 not mox | 13:25 |
dims | eezhova: sounds good? | 13:25 |
*** shardy has quit IRC | 13:25 | |
eezhova | dims, yeah, that's what I needed to know. thanks :) | 13:26 |
*** shardy_ has quit IRC | 13:29 | |
*** shardy has joined #openstack-oslo | 13:30 | |
*** manishg has joined #openstack-oslo | 13:31 | |
*** browne has joined #openstack-oslo | 13:32 | |
*** _amrith_ is now known as amrith | 13:33 | |
*** bknudson has joined #openstack-oslo | 13:38 | |
*** achanda has quit IRC | 13:39 | |
*** mriedem has joined #openstack-oslo | 13:41 | |
*** rpodolyaka1 has joined #openstack-oslo | 13:42 | |
dhellmann | good morning | 13:42 |
dhellmann | dims: did you have a chance to look over the list of proposed releases for today? full details are at http://paste.openstack.org/show/266854/ and I'm compiling that to a short list now | 13:43 |
*** zz_jgrimm is now known as jgrimm | 13:43 | |
dhellmann | dims: actually, I'm going to rerun that report since pbr was released since I did it | 13:44 |
dims | dhellmann: lifeless took the pbr one yday | 13:44 |
dims | y | 13:44 |
dims | dhellmann: harlowja_ said he can get taskflow/tooz | 13:44 |
dims | sileht and i talked about a release of oslo.messaging from stable/kilo | 13:45 |
dims | with backports of important fixes | 13:45 |
dhellmann | did those merge? | 13:45 |
dims | dhellmann: one item in the queue - https://review.openstack.org/#/q/project:openstack/oslo.messaging+branch:stable/kilo,n,z | 13:46 |
dims | almost there | 13:46 |
dhellmann | k | 13:46 |
dims | it does have the global req update so we should be good to go | 13:46 |
dims | when the one item merges | 13:46 |
dhellmann | dims, harlowja_ : how about automaton? | 13:48 |
*** exploreshaifali has joined #openstack-oslo | 13:48 | |
dims | eezhova: are we ready for a test release of oslo.service? | 13:49 |
dims | just to see if the CI jobs are setup correctly to push a release out? | 13:49 |
eezhova | dims, but dhellmann once told that it's better do it after the library is ready for usage | 13:51 |
dhellmann | ++ | 13:51 |
dims | cool | 13:51 |
eezhova | dims, if we stick to this point then I'll have to finish https://review.openstack.org/#/c/189303/ first | 13:51 |
dims | let's stick to that then :) | 13:51 |
eezhova | dims, there is a couple of functional tests left to fix | 13:52 |
dims | eezhova: ack, thanks | 13:52 |
dhellmann | dims: what's the state of the date stuff in oslo.utils? should I put off releasing until we have a clear answer on whether to undeprecate that? | 13:52 |
dims | dhellmann: jd__ is opposed to it and i was going to ask you for your opinion | 13:53 |
dhellmann | ok, I'll have to think more about that after these releases are done | 13:53 |
dhellmann | dims: who's running oslo.vmware this cycle? We're not at 1.0 yet, and the next release will drop the namespace package, so I'm not sure what number to use. Is it safe to call it 1.0? | 13:54 |
dims | sounds good dhellmann, so let's leave oslo.utils alone | 13:54 |
dims | dhellmann: it's still garyk and vipin, yes, we should be safe to call it 1.0.0 before liberty is out the door | 13:55 |
*** sdake has quit IRC | 13:56 | |
dhellmann | dims: I wanted to cut that release today, so is 1.0.0 ok or should I make it 0.Y+1 ? | 13:56 |
dims | the latter please. i'll get them to switch to 1.0.0 for the next round | 13:57 |
dhellmann | x | 13:57 |
dhellmann | I mean ok | 13:57 |
*** shardy_ has joined #openstack-oslo | 14:01 | |
dims | dhellmann: started an email thread | 14:02 |
*** shardy has quit IRC | 14:03 | |
dhellmann | dims: good plan | 14:06 |
*** shardy_ has quit IRC | 14:07 | |
*** shardy has joined #openstack-oslo | 14:07 | |
*** amotoki_ has joined #openstack-oslo | 14:16 | |
dhellmann | dims: I think I'm ready to start releasing, see https://etherpad.openstack.org/p/library-releases | 14:18 |
dhellmann | dims: I'll wait for the stable/kilo release of oslo.messaging | 14:19 |
dims | dhellmann: sounds good. oslo.messaging - stable/kilo - all merged now | 14:20 |
haypo | dhellmann: i like all these "Remove oslo namespace package" changes :) | 14:20 |
*** mtanino has joined #openstack-oslo | 14:21 | |
*** manishg has quit IRC | 14:22 | |
*** achanda has joined #openstack-oslo | 14:33 | |
*** subscope has quit IRC | 14:34 | |
*** rushiagr_away is now known as rushiagr | 14:37 | |
*** nkrinner has quit IRC | 14:37 | |
dhellmann | dims, sileht : I have 0f24108 as 1.8.3 for oslo.messaging from stable/kilo, right? | 14:41 |
* sileht is checking | 14:41 | |
sileht | dhellmann, yes | 14:42 |
*** amotoki_ has quit IRC | 14:44 | |
dhellmann | sileht: thanks | 14:44 |
*** salv-orl_ has joined #openstack-oslo | 14:51 | |
haypo | lifeless: yet another pip trap: pip 7 now builds wheel packages on demand, https://pypi.python.org/pypi/Routes announces support for "universal builds" whereas setup.py requires 2to3 on Python 3 | 14:52 |
*** salv-orlando has quit IRC | 14:52 | |
haypo | lifeless: if you run "pip3 install Routes", pip3 creates a wheel package using 2to3 and caches it. then pip/pip2 will install the wheel package built with python3, which doesn't work on python2... too bad | 14:52 |
haypo | well, i sent a fix 2 months ago, but it wasn't merged yet :-( https://github.com/bbangert/routes/pull/44 | 14:53 |
*** kbyrne has quit IRC | 14:54 | |
*** rpodolyaka1 has quit IRC | 14:55 | |
*** jaypipes has quit IRC | 14:57 | |
*** ihrachyshka has quit IRC | 14:57 | |
*** ihrachyshka_ has quit IRC | 14:58 | |
*** amotoki_ has joined #openstack-oslo | 14:58 | |
*** achanda_ has joined #openstack-oslo | 15:00 | |
*** rpodolyaka1 has joined #openstack-oslo | 15:00 | |
openstackgerrit | Elena Ezhova proposed openstack/oslo.service: Remove usage of global CONF https://review.openstack.org/189303 | 15:01 |
*** achanda has quit IRC | 15:01 | |
*** achanda_ has quit IRC | 15:04 | |
*** sdake has joined #openstack-oslo | 15:05 | |
*** manishg has joined #openstack-oslo | 15:06 | |
*** achanda has joined #openstack-oslo | 15:06 | |
*** sdake has quit IRC | 15:06 | |
*** salv-orl_ has quit IRC | 15:06 | |
*** sdake has joined #openstack-oslo | 15:07 | |
mfedosin | folks, is there someone familiar with oslo.config? | 15:07 |
mfedosin | we added several symbols to help string and after that we saw this https://review.openstack.org/#/c/188825/ | 15:08 |
*** e0ne is now known as e0ne_ | 15:08 | |
*** salv-orlando has joined #openstack-oslo | 15:08 | |
mfedosin | what have we done wrong? :) | 15:09 |
*** achanda has quit IRC | 15:11 | |
mfedosin | dhellmann, hi! ^ | 15:11 |
*** exploreshaifali has quit IRC | 15:12 | |
*** tsekiyama has joined #openstack-oslo | 15:12 | |
*** amotoki_ has quit IRC | 15:16 | |
dhellmann | dims, sileht : hrm, we have a bunch of requirements bumps in that new stable oslo.messaging release. I'm not sure we should have done that. | 15:17 |
*** haypo has quit IRC | 15:18 | |
*** haypo has joined #openstack-oslo | 15:18 | |
*** ozamiatin has quit IRC | 15:18 | |
*** e0ne_ has quit IRC | 15:18 | |
*** dims has quit IRC | 15:19 | |
*** amotoki_ has joined #openstack-oslo | 15:19 | |
sileht | dhellmann, but this come from global requirements, no ? | 15:21 |
dhellmann | sileht: yeah | 15:22 |
dhellmann | maybe updates are ok, but not new reqs -- I need to talk to ttx about that | 15:23 |
*** e0ne has joined #openstack-oslo | 15:23 | |
manishg | dhellmann: I had a question about the logging adapter. I see you added (at least some NOTEs by you :) KeywordArgumentAdapter in log.py | 15:27 |
*** jgrimm is now known as jgrimm_out | 15:28 | |
manishg | dhellmann: I'm on icehouse, and nova had their own version of ContextAdapter. And wondering if it's a good practice to pass extra=blah_dict to loggers . I don't see anyone using it but adapter implementations are doing just that (putting stuff in 'extra') | 15:29 |
*** sdake has quit IRC | 15:30 | |
*** prad_ has joined #openstack-oslo | 15:30 | |
manishg | anyone else familiar with logs? I'm trying to figure out if LOG.info( ...., extra=some_dict) has any issues in usage/ or is a bad pattern to use. as per-code and python docs, it looks good to me. however, someone asked "why is it not used in any of the projects this way?". | 15:34 |
*** amotoki_ has quit IRC | 15:35 | |
*** amrith is now known as _amrith_ | 15:36 | |
*** achanda has joined #openstack-oslo | 15:37 | |
openstackgerrit | Ben Nemec proposed openstack-dev/oslo-cookiecutter: Include examples in openstack-common.conf https://review.openstack.org/189780 | 15:42 |
*** pradk has joined #openstack-oslo | 15:44 | |
*** pradk has quit IRC | 15:45 | |
openstackgerrit | Merged openstack-dev/oslo-cookiecutter: Remove empty script line https://review.openstack.org/189130 | 15:46 |
*** sputnik13 has joined #openstack-oslo | 15:46 | |
*** viktors is now known as viktors|afk | 15:47 | |
*** haypo has left #openstack-oslo | 15:48 | |
*** inc0 has joined #openstack-oslo | 15:50 | |
*** Kiall_ is now known as Kiall | 15:59 | |
*** achanda has quit IRC | 15:59 | |
*** achanda has joined #openstack-oslo | 16:00 | |
*** cdent has quit IRC | 16:01 | |
*** e0ne is now known as e0ne_ | 16:03 | |
bnemec | mfedosin: "DuplicateOptError: duplicate option: use_user_token" means another opt with the same name is defined somewhere else, and now they don't match. | 16:04 |
bnemec | You'll need to find the duplicate and update it, or even better remove the duplication. | 16:04 |
mfedosin | oh, I have already found where this issue was. It's not about oslo.config - it's a bug in glance | 16:05 |
mfedosin | https://bugs.launchpad.net/glance/+bug/1463466 | 16:06 |
openstack | Launchpad bug 1463466 in Glance "Option use_user_token is created twice" [Undecided,In progress] - Assigned to Mike Fedosin (mfedosin) | 16:06 |
mfedosin | bnemec, thank you for the response! | 16:06 |
bnemec | np | 16:07 |
*** e0ne_ is now known as e0ne | 16:09 | |
*** inc0 has quit IRC | 16:14 | |
*** achanda has quit IRC | 16:18 | |
openstackgerrit | Eric Brown proposed openstack/oslo.vmware: Fix bandit tox environment to properly run https://review.openstack.org/189805 | 16:20 |
*** ihrachyshka_ has joined #openstack-oslo | 16:31 | |
*** yassine_ has quit IRC | 16:32 | |
dhellmann | manishg: the extra argument can be used to pass values in to be available for the format string, and that's why the context adapter does it. Do you have a patch you're working on that I could look at? Maybe I can tell you more specifically if you're using it as expected. | 16:32 |
dhellmann | mfedosin: sorry, missed your question (thanks bnemec ) | 16:32 |
*** yamahata has joined #openstack-oslo | 16:33 | |
*** ihrachyshka has joined #openstack-oslo | 16:33 | |
*** salv-orlando has quit IRC | 16:33 | |
*** e0ne has quit IRC | 16:38 | |
manishg | dhellmann: don't have a patch yet but was discussing with someone. We are using JSONFormatter and so would like to log additional data at debug level in a particular module (nova-network manager). I was thinking of something like this: http://paste.openstack.org/show/278163/ (it's a cooked up example to show the intention). | 16:40 |
*** _amrith_ is now known as amrith | 16:41 | |
dhellmann | manishg: I believe that would do what you want | 16:45 |
manishg | dhellmann: thanks. I'm wondering why no one else uses it. most people seem to like to put specifics in format string for a particular log. However, if there is something module wide and makes sense to be part of all logs, it seems it would be better to use 'extra' along with the format string for the module in log.conf. right? | 16:46 |
*** ashleighfarnham has joined #openstack-oslo | 16:50 | |
*** vilobhmm has joined #openstack-oslo | 16:51 | |
*** rpodolyaka1 has quit IRC | 16:53 | |
*** exploreshaifali has joined #openstack-oslo | 16:54 | |
*** rpodolyaka1 has joined #openstack-oslo | 16:55 | |
*** rpodolyaka1 has quit IRC | 16:57 | |
*** jaypipes has joined #openstack-oslo | 17:02 | |
*** rpodolyaka1 has joined #openstack-oslo | 17:03 | |
*** rpodolyaka1 has quit IRC | 17:05 | |
dhellmann | manishg: I'm not sure if all of the formatters output the extras values if they aren't mentioned in the format string somewhere | 17:07 |
harlowja_ | dhellmann about automaton, sure i'd like to have https://review.openstack.org/#/q/status:open+project:openstack/automaton,n,z in for that :-P | 17:07 |
harlowja_ | dhellmann manishg is from y! can tell u all about our json formatter usage, ha | 17:08 |
harlowja_ | manishg is a cool dude :-P | 17:08 |
*** salv-orlando has joined #openstack-oslo | 17:09 | |
dhellmann | harlowja_: +2 on those | 17:09 |
harlowja_ | cool | 17:09 |
harlowja_ | thx | 17:10 |
*** e0ne has joined #openstack-oslo | 17:24 | |
*** shardy has quit IRC | 17:30 | |
*** exploreshaifali has quit IRC | 17:31 | |
ihrachyshka | dhellmann, hey. I wonder whether we need a WarningsFixture somewhere for project consumption, like: https://review.openstack.org/#/c/189623/2/neutron/tests/tools.py (see Cedric asking for moving it to oslo) | 17:37 |
openstackgerrit | Doug Hellmann proposed openstack/oslo.middleware: Revert "Remove oslo namespace package" https://review.openstack.org/189829 | 17:38 |
openstackgerrit | Matt Riedemann proposed openstack/oslo.middleware: Revert "Remove oslo namespace package" https://review.openstack.org/189829 | 17:40 |
*** zzzeek has joined #openstack-oslo | 17:50 | |
openstackgerrit | Flavio Percoco proposed openstack/oslo.messaging: Enable amqp's protocol unit tests everywhere https://review.openstack.org/186671 | 17:54 |
*** dims has joined #openstack-oslo | 17:56 | |
*** achanda has joined #openstack-oslo | 17:57 | |
*** achanda has quit IRC | 17:57 | |
*** achanda has joined #openstack-oslo | 17:58 | |
dhellmann | dims: fyi, https://bugs.launchpad.net/oslo.middleware/+bug/1463508 | 18:04 |
openstack | Launchpad bug 1463508 in oslo.middleware "remove oslo namespace package after liberty release" [Undecided,New] | 18:04 |
dims | dhellmann: looking | 18:04 |
dims | ack thanks. the bug is to remind us again in 'M'? | 18:05 |
dims | sounds good | 18:05 |
dhellmann | dims: right, that's the reminder for someone to pick up that work | 18:06 |
*** ihrachyshka has quit IRC | 18:06 | |
*** sdake has joined #openstack-oslo | 18:07 | |
*** ihrachyshka_ has quit IRC | 18:07 | |
*** harlowja_ has quit IRC | 18:18 | |
*** achanda has quit IRC | 18:21 | |
*** harlowja has joined #openstack-oslo | 18:25 | |
*** rpodolyaka1 has joined #openstack-oslo | 18:27 | |
*** rpodolyaka1 has quit IRC | 18:28 | |
*** rushiagr is now known as rushiagr_away | 18:28 | |
*** rpodolyaka1 has joined #openstack-oslo | 18:28 | |
openstackgerrit | Paul Belanger proposed openstack-dev/pbr: Revert "Remove sphinx_config.init_values() manual call" https://review.openstack.org/189851 | 18:35 |
*** crc32 has joined #openstack-oslo | 18:38 | |
*** vilobhmm has quit IRC | 18:43 | |
manishg | dhellmann: thanks! | 18:44 |
*** vilobhmm has joined #openstack-oslo | 18:44 | |
*** crc32 has quit IRC | 18:44 | |
*** crc32 has joined #openstack-oslo | 18:45 | |
*** manishg has quit IRC | 18:47 | |
*** openstackgerrit has quit IRC | 18:48 | |
*** openstackgerrit has joined #openstack-oslo | 18:48 | |
*** rpodolyaka1 has quit IRC | 19:01 | |
*** rpodolyaka1 has joined #openstack-oslo | 19:09 | |
*** e0ne has quit IRC | 19:15 | |
openstackgerrit | Paul Belanger proposed openstack-dev/pbr: WIP: sphinx test coverage https://review.openstack.org/189884 | 19:21 |
*** achanda has joined #openstack-oslo | 19:24 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Show the individual engine steps (and log the time each takes) https://review.openstack.org/189554 | 19:26 |
*** achanda has quit IRC | 19:29 | |
*** sdake has quit IRC | 19:31 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Show the individual engine steps (and log the time each takes) https://review.openstack.org/189554 | 19:36 |
*** amrith is now known as _amrith_ | 19:36 | |
*** achanda has joined #openstack-oslo | 19:36 | |
*** sputnik13 has quit IRC | 19:58 | |
*** rpodolyaka1 has quit IRC | 19:58 | |
*** sputnik13 has joined #openstack-oslo | 19:59 | |
* bknudson impressed by 2.0 releases | 20:00 | |
*** jamielennox|away is now known as jamielennox | 20:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo-incubator: Updated from global requirements https://review.openstack.org/189910 | 20:04 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.messaging: Updated from global requirements https://review.openstack.org/189911 | 20:04 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.versionedobjects: Updated from global requirements https://review.openstack.org/189912 | 20:04 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.vmware: Updated from global requirements https://review.openstack.org/189913 | 20:04 |
*** jecarey has quit IRC | 20:07 | |
*** rpodolyaka1 has joined #openstack-oslo | 20:07 | |
*** rpodolyaka1 has quit IRC | 20:08 | |
*** Rockyg has joined #openstack-oslo | 20:11 | |
*** achanda has quit IRC | 20:13 | |
*** enikanorov_ has joined #openstack-oslo | 20:20 | |
*** manishg has joined #openstack-oslo | 20:20 | |
*** enikanorov__ has quit IRC | 20:20 | |
*** vilobhmm has quit IRC | 20:21 | |
*** vilobhmm has joined #openstack-oslo | 20:21 | |
*** boris-42 has quit IRC | 20:22 | |
*** tchaypo has quit IRC | 20:22 | |
*** tchaypo has joined #openstack-oslo | 20:23 | |
*** boris-42 has joined #openstack-oslo | 20:24 | |
*** manishg has quit IRC | 20:31 | |
*** haypo has joined #openstack-oslo | 20:35 | |
*** jecarey has joined #openstack-oslo | 20:37 | |
*** stpierre has quit IRC | 20:42 | |
openstackgerrit | Eric Brown proposed openstack/oslo.vmware: Fix bandit tox environment to properly run https://review.openstack.org/189805 | 20:45 |
*** stevemar has joined #openstack-oslo | 20:51 | |
openstackgerrit | Merged openstack-dev/pbr: Revert "Remove sphinx_config.init_values() manual call" https://review.openstack.org/189851 | 20:53 |
*** _amrith_ is now known as amrith | 20:57 | |
*** manishg has joined #openstack-oslo | 21:05 | |
*** zzzeek has quit IRC | 21:06 | |
*** stpierre has joined #openstack-oslo | 21:10 | |
*** jaosorior has quit IRC | 21:15 | |
openstackgerrit | Merged openstack/automaton: Use debtcollector removals function instead of warnings.warn https://review.openstack.org/188981 | 21:35 |
openstackgerrit | Merged openstack/oslo.log: Deprecate use-syslog-rfc-format for removal https://review.openstack.org/146082 | 21:39 |
openstackgerrit | Merged openstack/oslo.middleware: Revert "Remove oslo namespace package" https://review.openstack.org/189829 | 21:39 |
*** rakhmerov has quit IRC | 21:41 | |
*** kgiusti has left #openstack-oslo | 21:42 | |
*** rakhmerov has joined #openstack-oslo | 21:44 | |
*** jecarey has quit IRC | 21:49 | |
*** mriedem has quit IRC | 21:49 | |
*** alexpilotti has quit IRC | 22:07 | |
*** jgrimm_out is now known as jgrimm | 22:09 | |
*** bknudson has quit IRC | 22:13 | |
openstackgerrit | Joshua Harlow proposed openstack/automaton: Split the state machine runners off into own file https://review.openstack.org/188976 | 22:14 |
*** haypo has left #openstack-oslo | 22:14 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Allow destroying a specific flow detail of a given logbook (WIP) https://review.openstack.org/189963 | 22:24 |
*** stevemar has quit IRC | 22:35 | |
*** vilobhmm has quit IRC | 22:36 | |
*** vilobhmm has joined #openstack-oslo | 22:37 | |
*** manishg has quit IRC | 22:55 | |
*** ozamiatin has joined #openstack-oslo | 22:58 | |
*** stpierre has quit IRC | 23:01 | |
*** ashleighfarnham has quit IRC | 23:18 | |
*** ozamiatin has quit IRC | 23:22 | |
*** stevemar has joined #openstack-oslo | 23:33 | |
*** harlowja has quit IRC | 23:42 | |
*** harlowja has joined #openstack-oslo | 23:43 | |
*** vilobhmm has quit IRC | 23:43 | |
*** manishg has joined #openstack-oslo | 23:45 | |
*** crc32 has quit IRC | 23:48 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Show the individual engine steps (and log the time each takes) https://review.openstack.org/189554 | 23:50 |
*** manishg has quit IRC | 23:50 | |
*** manishg has joined #openstack-oslo | 23:51 | |
*** vilobhmm has joined #openstack-oslo | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!