*** jecarey has quit IRC | 00:00 | |
*** jecarey has joined #openstack-oslo | 00:01 | |
openstackgerrit | Timothy Symanczyk proposed openstack/oslo.policy: Don't crash on RoleCheck when roles not present https://review.openstack.org/262329 | 00:04 |
---|---|---|
*** jecarey has quit IRC | 00:05 | |
*** dims_ has quit IRC | 00:07 | |
*** pballand has joined #openstack-oslo | 00:17 | |
*** pratikmallya has quit IRC | 00:22 | |
*** sputnik13 has quit IRC | 00:31 | |
*** sputnik13 has joined #openstack-oslo | 00:32 | |
*** sputnik13 has quit IRC | 00:43 | |
*** sputnik13 has joined #openstack-oslo | 00:48 | |
*** sputnik13 has quit IRC | 00:51 | |
*** sputnik13 has joined #openstack-oslo | 00:56 | |
*** dims has joined #openstack-oslo | 00:56 | |
*** sputnik13 has quit IRC | 00:58 | |
*** zz_dimtruck is now known as dimtruck | 00:59 | |
*** jaypipes has quit IRC | 00:59 | |
*** mixos has joined #openstack-oslo | 01:04 | |
*** EinstCrazy has joined #openstack-oslo | 01:07 | |
*** spandhe has joined #openstack-oslo | 01:09 | |
spandhe | lifeless: ping | 01:09 |
openstackgerrit | Merged openstack/oslotest: Updated from global requirements https://review.openstack.org/264401 | 01:09 |
*** ozamiatin_ has joined #openstack-oslo | 01:11 | |
*** boris-42 has quit IRC | 01:13 | |
*** pballand has quit IRC | 01:14 | |
lifeless | spandhe: pong | 01:34 |
spandhe | lifeless: hello, we are running into some dependency problems with fixtures, pbr, jinja2, sphinx, etc. I have captured the log here: http://paste.openstack.org/show/483195/ This started happening quite recently. Have you seen such issues before? | 01:36 |
lifeless | spandhe: probably more fallout from the setuptools release | 01:37 |
lifeless | spandhe: I suspect sphinx has an entry point, and that its code requires jinja2 to instantiate the command | 01:38 |
spandhe | lifeless: more fallout? Have there been more issues being reported? | 01:38 |
lifeless | spandhe: yes, there was an issue with pbr 0.11 which is used in kilo, which had the latest setuptools release as a proximate cause | 01:38 |
lifeless | spandhe: anyhow, this has nothing to do with fixtures | 01:39 |
lifeless | spandhe: its due to sphinx there - and possibly fixed in newer (or older) sphinxes, or everyone would be seeing it | 01:40 |
spandhe | lifeless: I see, ok. Thanks for the suggestion. Updating fixtures to latest version seemed to help. Maybe it puts constraint on setuptools. Let me check that | 01:40 |
spandhe | it doesnt | 01:41 |
lifeless | what setuptools and sphinx versions do you have present when this happens? | 01:43 |
*** mtanino has quit IRC | 01:47 | |
spandhe | lifeless: sorry, didnt see the msg. sphinz-1.2.3 setuptools-19.2 | 01:52 |
spandhe | so latest version for setuptools | 01:52 |
*** dimtruck is now known as zz_dimtruck | 01:54 | |
lifeless | spandhe: ok, so how are you ended up without jinja 2 installed ? | 01:57 |
openstackgerrit | Merged openstack/oslo.cache: Updated from global requirements https://review.openstack.org/264447 | 01:58 |
lifeless | spandhe: because sphinx 1.2.3 depends on jinjda2 | 01:58 |
lifeless | jinja2 | 01:58 |
spandhe | lifeless: so sphinx should have automatially pulled jinja2, right? Its not happening | 01:59 |
openstackgerrit | Merged openstack/oslo.utils: Updated from global requirements https://review.openstack.org/264459 | 02:00 |
lifeless | spandhe: thats what I would investigate :) | 02:02 |
lifeless | pip install sphinx==1.2.3 | 02:02 |
lifeless | pip install sphinx==1.2.3 | 02:02 |
lifeless | pip install sphinx==1.2.3 | 02:02 |
lifeless | bah | 02:02 |
lifeless | ... | 02:02 |
lifeless | Collecting Jinja2>=2.3 (from sphinx==1.2.3) | 02:02 |
openstackgerrit | Merged openstack/oslo.db: Updated from global requirements https://review.openstack.org/264449 | 02:02 |
openstackgerrit | Merged openstack/oslo.messaging: Updated from global requirements https://review.openstack.org/264452 | 02:03 |
openstackgerrit | Merged openstack/oslo.i18n: Updated from global requirements https://review.openstack.org/264450 | 02:03 |
openstackgerrit | Merged openstack/oslo.service: Updated from global requirements https://review.openstack.org/264458 | 02:03 |
spandhe | lifeless: it works if I install the package separately. The problem happens when installing neutron 2014.2.1 reqs and test-reqs in same pip install command | 02:03 |
openstackgerrit | Merged openstack/oslo.reports: Updated from global requirements https://review.openstack.org/264456 | 02:05 |
openstackgerrit | Merged openstack/oslo.middleware: Updated from global requirements https://review.openstack.org/264453 | 02:07 |
*** mriedem has quit IRC | 02:13 | |
lifeless | spandhe: pip install . -r test-requirements.txt ? | 02:15 |
openstackgerrit | Merged openstack/oslo.policy: Updated from global requirements https://review.openstack.org/264454 | 02:15 |
openstackgerrit | Merged openstack/oslo.versionedobjects: Updated from global requirements https://review.openstack.org/264460 | 02:16 |
openstackgerrit | Merged openstack/oslo.concurrency: Updated from global requirements https://review.openstack.org/264448 | 02:16 |
openstackgerrit | Merged openstack/taskflow: Updated from global requirements https://review.openstack.org/264473 | 02:17 |
openstackgerrit | Merged openstack/oslo.log: Updated from global requirements https://review.openstack.org/264451 | 02:19 |
spandhe | lifeless: pip install -r requirements.txt -r test-requirements.txt | 02:20 |
lifeless | mmm wat, that sqlalchemy line in requirements.txt isn't satisfiable | 02:22 |
lifeless | spandhe: that fails for me way earlier | 02:23 |
lifeless | Collecting SQLAlchemy<=0.8.99,<=0.9.99,>=0.8.4,>=0.9.7 (from -r requirements.txt (line 18)) | 02:23 |
*** salv-orl_ has quit IRC | 02:23 | |
lifeless | Could not find a version that satisfies the requirement SQLAlchemy<=0.8.99,<=0.9.99,>=0.8.4,>=0.9.7 (from -r r | 02:23 |
*** salv-orlando has joined #openstack-oslo | 02:23 | |
lifeless | spandhe: which I think you can see is an impossible requirement | 02:23 |
spandhe | lifeless: which tag are you on? | 02:23 |
lifeless | spandhe: HEAD detached at 2014.2.1 | 02:23 |
lifeless | There are no versions that are simultaneously >=0.9.7 and <=0.8.99 | 02:24 |
lifeless | I have no idea how that got into requirements.txt ever | 02:24 |
spandhe | yeah its a bad requirement. we seem to have a modified list of versions for that: SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9.6 | 02:26 |
lifeless | let me plug that in | 02:27 |
lifeless | spandhe: ok, so | 02:31 |
lifeless | spandhe: I can't reproduce the issue you're having | 02:31 |
lifeless | spandhe: I'm going to guess that you have an old pip, and its installing in a differnet order | 02:31 |
lifeless | spandhe: specifically its not got the fix I wrote for pip to install in topological order where possible | 02:32 |
lifeless | spandhe: and so, you'll need to use something more modern, or clamp your setuptools to an older version without the bugfix that exposes these issues | 02:32 |
spandhe | lifeless: does latest version have the fix? I have tried with 7.1.2 and I saw the same issue | 02:32 |
lifeless | spandhe: after you do that, you'll be facing the issue with pbr | 02:32 |
lifeless | spandhe: I couldn't reproduce it with 7.1.2 | 02:33 |
lifeless | pip install --no-binary fixtures -r requirements.txt -r test-requirements.txt | 02:33 |
lifeless | triggered a failure, but not due to sphinx; due to the pbr bug which we're working on a point release for | 02:33 |
spandhe | lifeless: In your case I think its installing latest version of fixtures. Can you confirm? We have put an upper limit of 1.0.0 which is probably conflicting with something. | 02:34 |
lifeless | I used the exact command you gave me, with the --no-binary fixtures bit added to prevent using a wheel, which cannot show the issue you're reporting | 02:34 |
lifeless | spandhe: though yes, it is an open upwards requirement in test-requirements.txt | 02:35 |
lifeless | added a <=1 to the fixtures line | 02:35 |
spandhe | lifeless: yeah, and we had capped that internally for reasons that I don’t know. Its possible that it conflicts with setuptools | 02:36 |
lifeless | same result, fails with the known pbr issue | 02:36 |
lifeless | does not show the sphinx->jinja2 thing | 02:36 |
spandhe | lifeless: what is the known pbr issue? | 02:36 |
spandhe | lifeless: also, can you try using pbr 0.11.0? | 02:36 |
spandhe | thats the version I see being used. Our dependencies are way off! | 02:36 |
lifeless | https://bugs.launchpad.net/tempest/+bug/1530026 | 02:37 |
openstack | Launchpad bug 1375048 in PBR kilo "duplicate for #1530026 setup.py --help-commands fails in env without testrepository" [Undecided,In progress] - Assigned to Sachi King (nakato) | 02:37 |
lifeless | spandhe: yes, it is a pbr 0.11 only issue | 02:37 |
lifeless | spandhe: but this is a nearly-at-end-of-life release, so old versions are to be expected | 02:38 |
*** deray has joined #openstack-oslo | 02:38 | |
spandhe | lifeless: ah, yes, this is one issue that we saw. Should we use 1.8.1 instead? | 02:38 |
lifeless | you cannot with kilo | 02:38 |
lifeless | there is a hard cap spread across all the deps | 02:39 |
*** deray has quit IRC | 02:39 | |
lifeless | you'd need to re-release everything to fix it, so we punted | 02:39 |
lifeless | https://review.openstack.org/#/c/263928/ | 02:39 |
lifeless | will fix it in 0.11.1 once we get it landed | 02:39 |
lifeless | Nakato: whats the git-ref parsing for? | 02:42 |
spandhe | lifeless: right, ok. thats why we have 0.11.0. Thanks. | 02:45 |
*** mixos has quit IRC | 02:52 | |
*** mixos has joined #openstack-oslo | 02:53 | |
openstackgerrit | Merged openstack/pycadf: Updated from global requirements https://review.openstack.org/264461 | 02:57 |
*** dims has quit IRC | 02:58 | |
*** spandhe has quit IRC | 03:02 | |
*** boris-42 has joined #openstack-oslo | 03:03 | |
openstackgerrit | Vilobh Meshram proposed openstack/tooz: Add Consul Driver https://review.openstack.org/245362 | 03:03 |
*** vilobhmm11 has quit IRC | 03:05 | |
openstackgerrit | Einst Crazy proposed openstack/pycadf: Fix wrong use of comma https://review.openstack.org/264526 | 03:06 |
*** links has joined #openstack-oslo | 03:10 | |
*** links has quit IRC | 03:10 | |
*** edmondsw has quit IRC | 03:12 | |
*** links has joined #openstack-oslo | 03:12 | |
*** salv-orlando has quit IRC | 03:26 | |
*** salv-orlando has joined #openstack-oslo | 03:27 | |
*** yamahata has quit IRC | 03:36 | |
*** zz_dimtruck is now known as dimtruck | 03:58 | |
Nakato | lifeless: https://review.openstack.org/#/c/264010/4 | 04:06 |
*** salv-orl_ has joined #openstack-oslo | 04:09 | |
*** salv-orlando has quit IRC | 04:11 | |
lifeless | Nakato: ajeager may be able to +2A this, otherwise we need to find another pbr-stable-core | 04:11 |
lifeless | Nakato: (or moredred if he's still up...) | 04:11 |
Nakato | lifeless: Does the comment on making sure we've got 'stable/kilo' make since? | 04:11 |
*** vilobhmm11 has joined #openstack-oslo | 04:13 | |
*** vilobhmm11 has quit IRC | 04:31 | |
*** harlowja_at_home has joined #openstack-oslo | 04:45 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.messaging: Trival: Remove unused logging import https://review.openstack.org/261155 | 05:02 |
openstackgerrit | Joshua Harlow proposed openstack/automaton: Ensure machine '__iter__' method include in generated docs https://review.openstack.org/264572 | 05:04 |
*** dimtruck is now known as zz_dimtruck | 05:14 | |
*** EinstCrazy has quit IRC | 05:14 | |
*** kevinbenton has quit IRC | 05:14 | |
*** kevinbenton has joined #openstack-oslo | 05:14 | |
*** EinstCrazy has joined #openstack-oslo | 05:14 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.messaging: Trival: Remove unused logging import https://review.openstack.org/261155 | 05:17 |
*** EinstCra_ has joined #openstack-oslo | 05:20 | |
*** DinaBelova has quit IRC | 05:21 | |
*** DinaBelova has joined #openstack-oslo | 05:22 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Use voluptuous (now useable) instead of jsonschema https://review.openstack.org/264575 | 05:22 |
*** harlowja_at_home has quit IRC | 05:23 | |
*** EinstCrazy has quit IRC | 05:23 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.messaging: Improvement of logging acorrding to oslo.i18n guideline https://review.openstack.org/261406 | 05:27 |
*** kevinbenton has quit IRC | 05:29 | |
*** ozamiatin has joined #openstack-oslo | 05:48 | |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.messaging: Python 3 deprecated the logger.warn method in favor of warning https://review.openstack.org/261677 | 05:54 |
*** salv-orl_ has quit IRC | 06:08 | |
*** salv-orlando has joined #openstack-oslo | 06:08 | |
*** vilobhmm11 has joined #openstack-oslo | 06:15 | |
*** nkrinner has joined #openstack-oslo | 06:35 | |
*** ozamiatin_ has quit IRC | 06:38 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack/oslo.cache: Use assertTrue/False instead of assertEqual(T/F) https://review.openstack.org/264605 | 06:44 |
*** harlowja_at_home has joined #openstack-oslo | 06:44 | |
*** deray has joined #openstack-oslo | 06:48 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.concurrency: Updated from global requirements https://review.openstack.org/264612 | 06:56 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.privsep: Updated from global requirements https://review.openstack.org/264455 | 06:56 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/taskflow: Updated from global requirements https://review.openstack.org/264614 | 06:58 |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack/oslo.messaging: Use assertTrue/False instead of assertEqual(T/F) https://review.openstack.org/264615 | 06:59 |
*** vilobhmm11 has quit IRC | 07:02 | |
openstackgerrit | javeme proposed openstack/oslo.messaging: test: make enforce_type=True in CONF.set_override https://review.openstack.org/264616 | 07:03 |
openstackgerrit | ChangBo Guo(gcb) proposed openstack/oslo.messaging: test: Don't cap message's reply time https://review.openstack.org/264621 | 07:08 |
*** EinstCrazy has joined #openstack-oslo | 07:11 | |
*** EinstCra_ has quit IRC | 07:11 | |
openstackgerrit | javeme proposed openstack/oslo.messaging: make enforce_type=True in CONF.set_override https://review.openstack.org/264616 | 07:13 |
*** vilobhmm11 has joined #openstack-oslo | 07:25 | |
*** vilobhmm11 has quit IRC | 07:26 | |
*** EinstCrazy has quit IRC | 07:29 | |
*** EinstCrazy has joined #openstack-oslo | 07:29 | |
openstackgerrit | Zhihai Song proposed openstack/oslo.middleware: test: pass enforce_type=True when using CONF.set_override https://review.openstack.org/264643 | 07:31 |
*** harlowja_at_home has quit IRC | 07:31 | |
*** vilobhmm11 has joined #openstack-oslo | 07:38 | |
lifeless | Nakato: yah | 07:52 |
*** salv-orlando has quit IRC | 08:04 | |
*** salv-orlando has joined #openstack-oslo | 08:04 | |
*** yamamoto has joined #openstack-oslo | 08:12 | |
*** yamamoto has quit IRC | 08:20 | |
*** zakora has joined #openstack-oslo | 08:21 | |
*** zakora has quit IRC | 08:23 | |
*** zakora has joined #openstack-oslo | 08:25 | |
*** ihrachys has joined #openstack-oslo | 08:27 | |
*** zakora has quit IRC | 08:28 | |
*** zakora has joined #openstack-oslo | 08:29 | |
*** salv-orlando has quit IRC | 08:30 | |
*** salv-orlando has joined #openstack-oslo | 08:30 | |
*** browne has quit IRC | 08:34 | |
*** markus_z has joined #openstack-oslo | 08:40 | |
*** vilobhmm11 has quit IRC | 08:46 | |
*** mkoderer_cloud has joined #openstack-oslo | 08:48 | |
*** zakora has quit IRC | 08:51 | |
*** zakora has joined #openstack-oslo | 08:53 | |
*** markus_z has quit IRC | 08:58 | |
openstackgerrit | Merged openstack/oslo.concurrency: Updated from global requirements https://review.openstack.org/264612 | 09:02 |
*** markus_z has joined #openstack-oslo | 09:02 | |
openstackgerrit | Merged openstack/oslo.privsep: Updated from global requirements https://review.openstack.org/264455 | 09:04 |
*** yassine__ has joined #openstack-oslo | 09:20 | |
*** browne has joined #openstack-oslo | 09:25 | |
*** browne has quit IRC | 09:28 | |
*** shardy has joined #openstack-oslo | 09:35 | |
*** yamahata has joined #openstack-oslo | 09:41 | |
*** mhickey has joined #openstack-oslo | 09:43 | |
*** ozamiatin has quit IRC | 09:52 | |
*** yamahata has quit IRC | 09:53 | |
*** ndipanov has joined #openstack-oslo | 09:57 | |
*** EinstCrazy has quit IRC | 10:07 | |
*** salv-orl_ has joined #openstack-oslo | 10:08 | |
*** sputnik13 has joined #openstack-oslo | 10:10 | |
*** salv-orlando has quit IRC | 10:11 | |
*** zakora has quit IRC | 10:18 | |
*** zakora has joined #openstack-oslo | 10:22 | |
*** sputnik13 has quit IRC | 10:28 | |
openstackgerrit | Merged openstack/oslo.messaging: rabbit: fix unit conversion error of expiration https://review.openstack.org/263712 | 10:28 |
*** sputnik13 has joined #openstack-oslo | 10:28 | |
*** sputnik13 has quit IRC | 10:28 | |
*** cdent has joined #openstack-oslo | 10:49 | |
*** salv-orl_ has quit IRC | 11:07 | |
*** salv-orlando has joined #openstack-oslo | 11:08 | |
*** dims has joined #openstack-oslo | 11:10 | |
*** lucas-dinner is now known as lucasagomes | 11:20 | |
dims | sileht : can you please take a peek at this? https://review.openstack.org/#/c/262063/ | 11:53 |
*** devananda has quit IRC | 11:54 | |
*** devananda has joined #openstack-oslo | 11:55 | |
*** mixos has quit IRC | 12:27 | |
*** gordc has joined #openstack-oslo | 12:31 | |
openstackgerrit | Merged openstack/tooz: Use utils.convert_blocking to convert blocking argument https://review.openstack.org/264400 | 12:38 |
*** amrith is now known as _amrith_ | 12:39 | |
openstackgerrit | Julien Danjou proposed openstack/tooz: pep8: fix remaining errors and enable all checks https://review.openstack.org/264750 | 12:40 |
openstackgerrit | Merged openstack/oslo.messaging: Use assertTrue/False instead of assertEqual(T/F) https://review.openstack.org/264615 | 12:49 |
openstackgerrit | Merged openstack/oslo.policy: Don't crash on RoleCheck when roles not present https://review.openstack.org/262329 | 12:50 |
*** gcb has quit IRC | 12:52 | |
openstackgerrit | Merged openstack/tooz: Fix etcd env setup https://review.openstack.org/264226 | 12:56 |
*** salv-orlando has quit IRC | 13:03 | |
*** salv-orlando has joined #openstack-oslo | 13:03 | |
*** links has quit IRC | 13:07 | |
openstackgerrit | Merged openstack/oslo.config: Make oslo-config-generator fail gracefully when no arguments https://review.openstack.org/262758 | 13:12 |
dims | dukhlov : looks like all reviews in feature/pika are merged | 13:16 |
*** jeckersb is now known as jeckersb_gone | 13:18 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo.messaging: Merge remote-tracking branch 'origin/feature/pika' into merge-branch https://review.openstack.org/264768 | 13:21 |
dims | dukhlov : let's see what happens with this ^^ :) | 13:22 |
*** edmondsw has joined #openstack-oslo | 13:22 | |
mhickey | dims: Hey! | 13:36 |
*** ndipanov has quit IRC | 13:36 | |
dims | mhickey : hello | 13:37 |
*** zz_dimtruck is now known as dimtruck | 13:37 | |
mhickey | dims: how are things? | 13:37 |
dims | doing great! what's up? | 13:37 |
mhickey | dims: I am trying to trace out test code in oslo versionedobjs. Howevere I am getting no trace. Any idea? | 13:38 |
dims | mhickey : i just throw in a "raise Exception('am here')" as the last line in the test method to see the logs usually | 13:40 |
mhickey | dims: direct approach but works. thanks! :) | 13:41 |
*** ozamiatin_ has joined #openstack-oslo | 13:43 | |
dims | w00t | 13:44 |
*** kgiusti has joined #openstack-oslo | 13:51 | |
*** kgiusti has left #openstack-oslo | 13:51 | |
*** dimtruck is now known as zz_dimtruck | 13:51 | |
*** kgiusti has joined #openstack-oslo | 13:51 | |
lxsli | anyone can tell me how to deprecate a class please? | 13:55 |
lxsli | just put a comment or do I need to use some decorator? | 13:56 |
dims | lxsli : debtcollector has a few handy things | 13:59 |
lxsli | OK thanks | 13:59 |
*** EinstCrazy has joined #openstack-oslo | 14:01 | |
*** rlrossit has joined #openstack-oslo | 14:02 | |
*** cdent has quit IRC | 14:02 | |
ihrachys | jd__: remember the issue with mock cleanup we talked yesterday? it's actually a neutron issue: it was called, but from the wrong library - oslotest uses unittest.mock on py34 while neutron tree still relies on mock library | 14:05 |
*** EinstCrazy has quit IRC | 14:09 | |
*** mkoderer_cloud has quit IRC | 14:11 | |
*** mixos has joined #openstack-oslo | 14:11 | |
*** jeckersb_gone is now known as jeckersb | 14:13 | |
*** yassine__ has quit IRC | 14:13 | |
*** gcb_ has joined #openstack-oslo | 14:14 | |
*** mriedem has joined #openstack-oslo | 14:17 | |
openstackgerrit | Alexis Lee proposed openstack/oslo.config: Make _Namespace the value-holder https://review.openstack.org/264787 | 14:19 |
jd__ | ihrachys: nice catch | 14:19 |
dims | ihrachys : cool | 14:22 |
*** cdent has joined #openstack-oslo | 14:24 | |
*** regXboi has joined #openstack-oslo | 14:24 | |
*** ndipanov has joined #openstack-oslo | 14:26 | |
*** _amrith_ is now known as amrith | 14:30 | |
*** EinstCrazy has joined #openstack-oslo | 14:30 | |
*** lucasagomes is now known as lucas-hungry | 14:32 | |
*** yassine__ has joined #openstack-oslo | 14:32 | |
*** yassine__ has quit IRC | 14:33 | |
*** yassine__ has joined #openstack-oslo | 14:33 | |
*** zz_dimtruck is now known as dimtruck | 14:38 | |
*** EinstCrazy has quit IRC | 14:40 | |
openstackgerrit | Julien Danjou proposed openstack/tooz: pep8: fix remaining errors and enable all checks https://review.openstack.org/264750 | 14:46 |
dims | dukhlov : ozamiatin_ : can you please look at failures in the feature-pika merge and see what if any were caused by the merge from feature branch? https://review.openstack.org/#/c/264768/ | 14:47 |
*** jecarey has joined #openstack-oslo | 14:52 | |
*** zqfan has joined #openstack-oslo | 14:55 | |
*** deray has quit IRC | 15:00 | |
*** pradk has joined #openstack-oslo | 15:01 | |
*** jeckersb is now known as jeckersb_gone | 15:09 | |
*** mriedem is now known as mriedem_meeting | 15:10 | |
openstackgerrit | Merged openstack/pycadf: Fix wrong use of comma https://review.openstack.org/264526 | 15:13 |
*** jeckersb_gone is now known as jeckersb | 15:14 | |
*** jaypipes has joined #openstack-oslo | 15:15 | |
*** yamahata has joined #openstack-oslo | 15:18 | |
*** mtanino has joined #openstack-oslo | 15:19 | |
*** lucas-hungry is now known as lucasagomes | 15:34 | |
*** dims_ has joined #openstack-oslo | 15:35 | |
*** ozamiatin has joined #openstack-oslo | 15:35 | |
*** dims has quit IRC | 15:36 | |
ihrachys | jd__: dims_: I wonder whether oslotest could actually call stopall for mock library too? | 15:40 |
ihrachys | if that is a sane thing to do, I could propose a patch | 15:40 |
ihrachys | I believe lots of projects still don't use six.moves.mock | 15:41 |
ihrachys | so it could save them some py34 wtf time | 15:41 |
jd__ | I think it's better to fix the project | 15:41 |
ihrachys | jd__: we can eventually fix, but since neutron base test case is used by 3parties that are not controlled by neutron, it may never happen. | 15:42 |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:42 | |
*** mriedem_meeting is now known as mriedem | 15:42 | |
jd__ | -_- | 15:42 |
*** gcb_ has quit IRC | 15:50 | |
*** rlrossit has quit IRC | 15:57 | |
*** rlrossit has joined #openstack-oslo | 15:59 | |
*** rlrossit_ has joined #openstack-oslo | 15:59 | |
*** sputnik13 has joined #openstack-oslo | 16:00 | |
*** rlrossit has quit IRC | 16:03 | |
*** ihrachys has quit IRC | 16:04 | |
*** salv-orl_ has joined #openstack-oslo | 16:08 | |
openstackgerrit | Alexis Lee proposed openstack/oslo.config: Fake attrs on _Namespace https://review.openstack.org/264847 | 16:11 |
openstackgerrit | Alexis Lee proposed openstack/oslo.config: WIP - Make _Namespace implement collections.Mapping https://review.openstack.org/264848 | 16:11 |
*** sputnik13 has quit IRC | 16:11 | |
*** salv-orlando has quit IRC | 16:11 | |
*** sputnik13 has joined #openstack-oslo | 16:16 | |
*** nkrinner has quit IRC | 16:22 | |
*** sputnik13 has quit IRC | 16:43 | |
openstackgerrit | Merged openstack/oslo.cache: Replace deprecated LOG.warn with LOG.warning https://review.openstack.org/263601 | 16:44 |
openstackgerrit | Martin Hickey proposed openstack/oslo.versionedobjects: Add temporary registry pattern to VersionedObjectRegistry https://review.openstack.org/263800 | 16:46 |
*** zakora has quit IRC | 16:52 | |
openstackgerrit | Markus Zoeller (markus_z) proposed openstack/oslo.config: generator: ignore doubles https://review.openstack.org/264864 | 16:54 |
openstackgerrit | Merged openstack/oslo.versionedobjects: Fix MACAddress coerce method to validate string first https://review.openstack.org/263066 | 16:56 |
*** rlrossit_ has quit IRC | 16:57 | |
*** ihrachys has joined #openstack-oslo | 16:57 | |
*** dims has joined #openstack-oslo | 16:59 | |
*** ihrachys has quit IRC | 17:00 | |
*** rlrossit has joined #openstack-oslo | 17:00 | |
*** ihrachys has joined #openstack-oslo | 17:02 | |
*** dims_ has quit IRC | 17:02 | |
openstackgerrit | Merged openstack/stevedore: remove unnecessary dependency on argparse https://review.openstack.org/264191 | 17:08 |
*** sputnik13 has joined #openstack-oslo | 17:14 | |
*** markus_z has quit IRC | 17:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.messaging: Updated from global requirements https://review.openstack.org/264880 | 17:17 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/taskflow: Updated from global requirements https://review.openstack.org/264614 | 17:19 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tooz: Updated from global requirements https://review.openstack.org/264882 | 17:19 |
*** sputnik13 has quit IRC | 17:27 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:27 | |
*** browne has joined #openstack-oslo | 17:30 | |
*** yassine__ has quit IRC | 17:31 | |
*** sputnik13 has joined #openstack-oslo | 17:37 | |
*** sputnik13 has quit IRC | 17:42 | |
*** ozamiatin_ has quit IRC | 17:44 | |
*** deray has joined #openstack-oslo | 17:45 | |
*** ihrachys has quit IRC | 17:47 | |
*** spandhe has joined #openstack-oslo | 17:52 | |
*** cdent has quit IRC | 17:59 | |
*** mhickey has quit IRC | 18:06 | |
*** jeckersb has quit IRC | 18:13 | |
*** ajo has quit IRC | 18:14 | |
*** jeckersb has joined #openstack-oslo | 18:15 | |
*** ajo has joined #openstack-oslo | 18:21 | |
*** ndipanov has quit IRC | 18:22 | |
*** e0ne has joined #openstack-oslo | 18:23 | |
*** ihrachys has joined #openstack-oslo | 18:27 | |
openstackgerrit | John Eckersberg proposed openstack/oslo.messaging: rabbit: Add options to configure QoS prefetch https://review.openstack.org/264911 | 18:27 |
*** ihrachys has quit IRC | 18:29 | |
*** sputnik13 has joined #openstack-oslo | 18:30 | |
*** mriedem has quit IRC | 18:32 | |
*** harlowja has quit IRC | 18:35 | |
*** harlowja has joined #openstack-oslo | 18:36 | |
*** mriedem has joined #openstack-oslo | 18:38 | |
*** edmondsw has quit IRC | 18:39 | |
*** vilobhmm11 has joined #openstack-oslo | 18:41 | |
*** edmondsw has joined #openstack-oslo | 18:44 | |
*** rlrossit has quit IRC | 18:44 | |
*** rlrossit has joined #openstack-oslo | 18:45 | |
*** pradk has quit IRC | 18:47 | |
*** rlrossit has quit IRC | 18:49 | |
*** rlrossit has joined #openstack-oslo | 18:49 | |
*** sputnik13 has quit IRC | 18:50 | |
openstackgerrit | Ronald Bradford proposed openstack/oslo.log: Added public method to getting default log levels https://review.openstack.org/263468 | 18:50 |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:54 | |
*** sputnik13 has joined #openstack-oslo | 18:56 | |
*** yamahata has quit IRC | 19:07 | |
*** ozamiatin has quit IRC | 19:07 | |
*** e0ne has quit IRC | 19:08 | |
*** pradk has joined #openstack-oslo | 19:14 | |
openstackgerrit | Greg Hill proposed openstack/taskflow: Add setters for derived attributes to Atom (WIP) https://review.openstack.org/264930 | 19:14 |
openstackgerrit | Vilobh Meshram proposed openstack/tooz: Add Consul Driver https://review.openstack.org/245362 | 19:21 |
*** ozamiatin_ has joined #openstack-oslo | 19:23 | |
*** yamahata has joined #openstack-oslo | 19:28 | |
*** sputnik13_ has joined #openstack-oslo | 19:29 | |
*** nikhil_k has joined #openstack-oslo | 19:31 | |
*** spandhe_ has joined #openstack-oslo | 19:31 | |
*** jraim_ has joined #openstack-oslo | 19:32 | |
*** mriedem1 has joined #openstack-oslo | 19:33 | |
*** dims_ has joined #openstack-oslo | 19:33 | |
*** dims has quit IRC | 19:34 | |
*** stevemar_znc has joined #openstack-oslo | 19:37 | |
*** jeckersb` has joined #openstack-oslo | 19:37 | |
*** pradk has quit IRC | 19:38 | |
*** sputnik13 has quit IRC | 19:38 | |
*** mriedem has quit IRC | 19:38 | |
*** jeckersb has quit IRC | 19:38 | |
*** spandhe has quit IRC | 19:38 | |
*** zqfan has quit IRC | 19:38 | |
*** kbyrne has quit IRC | 19:38 | |
*** jamespage has quit IRC | 19:38 | |
*** nikhil has quit IRC | 19:38 | |
*** sileht has quit IRC | 19:38 | |
*** lxsli has quit IRC | 19:38 | |
*** stevemar has quit IRC | 19:38 | |
*** jraim has quit IRC | 19:38 | |
*** mriedem1 is now known as mriedem | 19:38 | |
*** spandhe_ is now known as spandhe | 19:39 | |
*** lxsli has joined #openstack-oslo | 19:39 | |
*** pradk has joined #openstack-oslo | 19:40 | |
*** stevemar_znc is now known as stevemar | 19:40 | |
*** jraim_ is now known as jraim | 19:40 | |
*** jamespage has joined #openstack-oslo | 19:41 | |
*** jamespage has quit IRC | 19:41 | |
*** jamespage has joined #openstack-oslo | 19:41 | |
*** shardy is now known as shardy_afk | 19:41 | |
*** sileht has joined #openstack-oslo | 19:42 | |
*** jeckersb` is now known as jeckersb | 19:42 | |
*** kbyrne has joined #openstack-oslo | 19:42 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 19:45 | |
*** zqfan has joined #openstack-oslo | 19:45 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 19:48 | |
*** lucasagomes is now known as lucas-dinner | 19:49 | |
*** dhellmann_ has joined #openstack-oslo | 19:55 | |
*** dims_ has quit IRC | 20:00 | |
*** vilobhmm11 has quit IRC | 20:05 | |
*** vilobhmm11 has joined #openstack-oslo | 20:05 | |
*** vilobhmm11 has quit IRC | 20:07 | |
*** vilobhmm11 has joined #openstack-oslo | 20:07 | |
*** vilobhmm11 has quit IRC | 20:07 | |
*** dhellmann has quit IRC | 20:11 | |
*** dhellmann_ is now known as dhellmann | 20:11 | |
*** dhellmann has quit IRC | 20:12 | |
*** dims has joined #openstack-oslo | 20:12 | |
*** cdent has joined #openstack-oslo | 20:13 | |
*** dhellmann has joined #openstack-oslo | 20:14 | |
*** dims has quit IRC | 20:19 | |
*** dims has joined #openstack-oslo | 20:22 | |
*** openstackgerrit has quit IRC | 20:23 | |
*** dims has quit IRC | 20:23 | |
*** openstackgerrit has joined #openstack-oslo | 20:24 | |
*** deray has quit IRC | 20:26 | |
*** ansiwen has quit IRC | 20:30 | |
*** amrith is now known as _amrith_ | 20:31 | |
*** ansiwen has joined #openstack-oslo | 20:33 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Allow for alterations in decider 'area of influence' https://review.openstack.org/246051 | 20:34 |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Add programatic introspection of drivers characteristic(s) https://review.openstack.org/240681 | 20:38 |
*** jeckersb is now known as jeckersb_gone | 20:39 | |
*** dims has joined #openstack-oslo | 20:39 | |
openstackgerrit | Merged openstack/taskflow: Updated from global requirements https://review.openstack.org/264614 | 20:40 |
*** vilobhmm11 has joined #openstack-oslo | 20:41 | |
*** vilobhmm11 has quit IRC | 20:41 | |
*** vilobhmm11 has joined #openstack-oslo | 20:41 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Use voluptuous instead of jsonschema https://review.openstack.org/264575 | 20:45 |
*** zqfan has quit IRC | 20:51 | |
openstackgerrit | Joshua Harlow proposed openstack/automaton: Ensure machine special method(s) include in generated docs https://review.openstack.org/264572 | 21:02 |
openstackgerrit | Joshua Harlow proposed openstack/oslo.utils: Use an improved keystonemiddleware 'constant_time_compare' version instead https://review.openstack.org/264972 | 21:15 |
dims | harlowja : when you get a chance, let's get pika driver out of the feature branch please - https://review.openstack.org/#/c/264768/ | 21:16 |
harlowja | k | 21:16 |
*** gcb has joined #openstack-oslo | 21:16 | |
harlowja | let's see where pika goes :-P | 21:23 |
*** kgiusti has left #openstack-oslo | 21:24 | |
*** nikhil_k is now known as nikhil | 21:29 | |
*** shardy_afk is now known as shardy | 21:30 | |
openstackgerrit | Ronald Bradford proposed openstack/oslo.log: Improve documentataion of Oslo Log Usage https://review.openstack.org/264977 | 21:33 |
*** _amrith_ is now known as amrith | 21:40 | |
openstackgerrit | Merged openstack/tooz: Updated from global requirements https://review.openstack.org/264882 | 21:41 |
*** jeckersb_gone is now known as jeckersb | 21:47 | |
*** jaypipes has quit IRC | 21:50 | |
*** regXboi has quit IRC | 21:50 | |
*** DinaBelova has quit IRC | 21:50 | |
*** boris-42 has quit IRC | 21:50 | |
*** jaypipes has joined #openstack-oslo | 21:51 | |
*** regXboi has joined #openstack-oslo | 21:51 | |
*** DinaBelova has joined #openstack-oslo | 21:51 | |
*** boris-42 has joined #openstack-oslo | 21:51 | |
*** ihrachys has joined #openstack-oslo | 21:52 | |
*** Kennan has quit IRC | 21:52 | |
*** ozamiatin_ has quit IRC | 21:53 | |
*** Kennan has joined #openstack-oslo | 21:53 | |
*** cdent has quit IRC | 21:54 | |
*** vilobhmm11 has quit IRC | 22:03 | |
*** vilobhmm11 has joined #openstack-oslo | 22:03 | |
*** salv-orlando has joined #openstack-oslo | 22:09 | |
*** salv-orl_ has quit IRC | 22:11 | |
*** gcb has quit IRC | 22:16 | |
*** ihrachys has quit IRC | 22:16 | |
*** pradk has quit IRC | 22:24 | |
openstackgerrit | Ronald Bradford proposed openstack/oslo.log: Improve documentataion of Oslo Log Usage https://review.openstack.org/264977 | 22:25 |
*** binarin has quit IRC | 22:32 | |
*** regXboi has quit IRC | 22:34 | |
*** binarin has joined #openstack-oslo | 22:35 | |
openstackgerrit | Merged openstack/oslo.messaging: Merge remote-tracking branch 'origin/feature/pika' into merge-branch https://review.openstack.org/264768 | 22:37 |
*** spandhe has quit IRC | 22:39 | |
*** spandhe has joined #openstack-oslo | 22:41 | |
*** mriedem has quit IRC | 22:54 | |
openstackgerrit | Merged openstack/tooz: Adjust some of the zookeeper exception message https://review.openstack.org/263407 | 22:59 |
*** spandhe has quit IRC | 23:00 | |
*** dims_ has joined #openstack-oslo | 23:00 | |
*** dims has quit IRC | 23:01 | |
*** jecarey_ has joined #openstack-oslo | 23:02 | |
*** jecarey has quit IRC | 23:05 | |
*** jecarey_ has quit IRC | 23:07 | |
*** rlrossit has quit IRC | 23:07 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:12 | |
*** mixos has quit IRC | 23:19 | |
*** gordc has quit IRC | 23:28 | |
*** spandhe has joined #openstack-oslo | 23:32 | |
*** spandhe has joined #openstack-oslo | 23:38 | |
*** dims_ has quit IRC | 23:39 | |
*** mriedem has joined #openstack-oslo | 23:44 | |
*** dims_ has joined #openstack-oslo | 23:45 | |
*** shardy has quit IRC | 23:48 | |
*** dims_ has quit IRC | 23:50 | |
openstackgerrit | Merged openstack/tooz: pep8: fix remaining errors and enable all checks https://review.openstack.org/264750 | 23:52 |
*** spandhe has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!