Thursday, 2016-01-07

*** jecarey has quit IRC00:00
*** jecarey has joined #openstack-oslo00:01
openstackgerritTimothy Symanczyk proposed openstack/oslo.policy: Don't crash on RoleCheck when roles not present  https://review.openstack.org/26232900:04
*** jecarey has quit IRC00:05
*** dims_ has quit IRC00:07
*** pballand has joined #openstack-oslo00:17
*** pratikmallya has quit IRC00:22
*** sputnik13 has quit IRC00:31
*** sputnik13 has joined #openstack-oslo00:32
*** sputnik13 has quit IRC00:43
*** sputnik13 has joined #openstack-oslo00:48
*** sputnik13 has quit IRC00:51
*** sputnik13 has joined #openstack-oslo00:56
*** dims has joined #openstack-oslo00:56
*** sputnik13 has quit IRC00:58
*** zz_dimtruck is now known as dimtruck00:59
*** jaypipes has quit IRC00:59
*** mixos has joined #openstack-oslo01:04
*** EinstCrazy has joined #openstack-oslo01:07
*** spandhe has joined #openstack-oslo01:09
spandhelifeless: ping01:09
openstackgerritMerged openstack/oslotest: Updated from global requirements  https://review.openstack.org/26440101:09
*** ozamiatin_ has joined #openstack-oslo01:11
*** boris-42 has quit IRC01:13
*** pballand has quit IRC01:14
lifelessspandhe: pong01:34
spandhelifeless: 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
lifelessspandhe: probably more fallout from the setuptools release01:37
lifelessspandhe: I suspect sphinx has an entry point, and that its code requires jinja2 to instantiate the command01:38
spandhelifeless: more fallout? Have there been more issues being reported?01:38
lifelessspandhe: yes, there was an issue with pbr 0.11 which is used in kilo, which had the latest setuptools release as a proximate cause01:38
lifelessspandhe: anyhow, this has nothing to do with fixtures01:39
lifelessspandhe: its due to sphinx there - and possibly fixed in newer (or older) sphinxes, or everyone would be seeing it01:40
spandhelifeless: I see, ok. Thanks for the suggestion. Updating fixtures to latest version seemed to help. Maybe it puts constraint on setuptools. Let me check that01:40
spandheit doesnt01:41
lifelesswhat setuptools and sphinx versions do you have present when this happens?01:43
*** mtanino has quit IRC01:47
spandhelifeless: sorry, didnt see the msg. sphinz-1.2.3 setuptools-19.201:52
spandheso latest version for setuptools01:52
*** dimtruck is now known as zz_dimtruck01:54
lifelessspandhe: ok, so how are you ended up without jinja 2 installed ?01:57
openstackgerritMerged openstack/oslo.cache: Updated from global requirements  https://review.openstack.org/26444701:58
lifelessspandhe: because sphinx 1.2.3 depends on jinjda201:58
lifelessjinja201:58
spandhelifeless: so sphinx should have automatially pulled jinja2, right? Its not happening01:59
openstackgerritMerged openstack/oslo.utils: Updated from global requirements  https://review.openstack.org/26445902:00
lifelessspandhe: thats what I would investigate :)02:02
lifelesspip install sphinx==1.2.302:02
lifelesspip install sphinx==1.2.302:02
lifelesspip install sphinx==1.2.302:02
lifelessbah02:02
lifeless...02:02
lifelessCollecting Jinja2>=2.3 (from sphinx==1.2.3)02:02
openstackgerritMerged openstack/oslo.db: Updated from global requirements  https://review.openstack.org/26444902:02
openstackgerritMerged openstack/oslo.messaging: Updated from global requirements  https://review.openstack.org/26445202:03
openstackgerritMerged openstack/oslo.i18n: Updated from global requirements  https://review.openstack.org/26445002:03
openstackgerritMerged openstack/oslo.service: Updated from global requirements  https://review.openstack.org/26445802:03
spandhelifeless: 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 command02:03
openstackgerritMerged openstack/oslo.reports: Updated from global requirements  https://review.openstack.org/26445602:05
openstackgerritMerged openstack/oslo.middleware: Updated from global requirements  https://review.openstack.org/26445302:07
*** mriedem has quit IRC02:13
lifelessspandhe: pip install . -r test-requirements.txt ?02:15
openstackgerritMerged openstack/oslo.policy: Updated from global requirements  https://review.openstack.org/26445402:15
openstackgerritMerged openstack/oslo.versionedobjects: Updated from global requirements  https://review.openstack.org/26446002:16
openstackgerritMerged openstack/oslo.concurrency: Updated from global requirements  https://review.openstack.org/26444802:16
openstackgerritMerged openstack/taskflow: Updated from global requirements  https://review.openstack.org/26447302:17
openstackgerritMerged openstack/oslo.log: Updated from global requirements  https://review.openstack.org/26445102:19
spandhelifeless: pip install -r requirements.txt -r test-requirements.txt02:20
lifelessmmm wat, that sqlalchemy line in requirements.txt isn't satisfiable02:22
lifelessspandhe: that fails for me way earlier02:23
lifelessCollecting 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 IRC02: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 r02:23
*** salv-orlando has joined #openstack-oslo02:23
lifelessspandhe: which I think you can see is an impossible requirement02:23
spandhelifeless: which tag are you on?02:23
lifelessspandhe: HEAD detached at 2014.2.102:23
lifelessThere are no versions that are simultaneously >=0.9.7 and <=0.8.9902:24
lifelessI have no idea how that got into requirements.txt ever02:24
spandheyeah 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.602:26
lifelesslet me plug that in02:27
lifelessspandhe: ok, so02:31
lifelessspandhe: I can't reproduce the issue you're having02:31
lifelessspandhe: I'm going to guess that you have an old pip, and its installing in a differnet order02:31
lifelessspandhe: specifically its not got the fix I wrote for pip to install in topological order where possible02:32
lifelessspandhe: and so, you'll need to use something more modern, or clamp your setuptools to an older version without the bugfix that exposes these issues02:32
spandhelifeless: does latest version have the fix? I have tried with 7.1.2 and I saw the same issue02:32
lifelessspandhe: after you do that, you'll be facing the issue with pbr02:32
lifelessspandhe: I couldn't reproduce it with 7.1.202:33
lifelesspip install --no-binary fixtures -r requirements.txt -r test-requirements.txt02:33
lifelesstriggered a failure, but not due to sphinx; due to the pbr bug which we're working on a point release for02:33
spandhelifeless: 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
lifelessI 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 reporting02:34
lifelessspandhe: though yes, it is an open upwards requirement in test-requirements.txt02:35
lifelessadded a <=1 to the fixtures line02:35
spandhelifeless: yeah, and we had capped that internally for reasons that I don’t know. Its possible that it conflicts with setuptools02:36
lifelesssame result, fails with the known pbr issue02:36
lifelessdoes not show the sphinx->jinja2 thing02:36
spandhelifeless: what is the known pbr issue?02:36
spandhelifeless: also, can you try using pbr 0.11.0?02:36
spandhethats the version I see being used. Our dependencies are way off!02:36
lifelesshttps://bugs.launchpad.net/tempest/+bug/153002602:37
openstackLaunchpad 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
lifelessspandhe: yes, it is a pbr 0.11 only issue02:37
lifelessspandhe: but this is a nearly-at-end-of-life release, so old versions are to be expected02:38
*** deray has joined #openstack-oslo02:38
spandhelifeless: ah, yes, this is one issue that we saw. Should we use 1.8.1 instead?02:38
lifelessyou cannot with kilo02:38
lifelessthere is a hard cap spread across all the deps02:39
*** deray has quit IRC02:39
lifelessyou'd need to re-release everything to fix it, so we punted02:39
lifelesshttps://review.openstack.org/#/c/263928/02:39
lifelesswill fix it in 0.11.1 once we get it landed02:39
lifelessNakato: whats the git-ref parsing for?02:42
spandhelifeless: right, ok. thats why we have 0.11.0. Thanks.02:45
*** mixos has quit IRC02:52
*** mixos has joined #openstack-oslo02:53
openstackgerritMerged openstack/pycadf: Updated from global requirements  https://review.openstack.org/26446102:57
*** dims has quit IRC02:58
*** spandhe has quit IRC03:02
*** boris-42 has joined #openstack-oslo03:03
openstackgerritVilobh Meshram proposed openstack/tooz: Add Consul Driver  https://review.openstack.org/24536203:03
*** vilobhmm11 has quit IRC03:05
openstackgerritEinst Crazy proposed openstack/pycadf: Fix wrong use of comma  https://review.openstack.org/26452603:06
*** links has joined #openstack-oslo03:10
*** links has quit IRC03:10
*** edmondsw has quit IRC03:12
*** links has joined #openstack-oslo03:12
*** salv-orlando has quit IRC03:26
*** salv-orlando has joined #openstack-oslo03:27
*** yamahata has quit IRC03:36
*** zz_dimtruck is now known as dimtruck03:58
Nakatolifeless: https://review.openstack.org/#/c/264010/404:06
*** salv-orl_ has joined #openstack-oslo04:09
*** salv-orlando has quit IRC04:11
lifelessNakato: ajeager may be able to +2A this, otherwise we need to find another pbr-stable-core04:11
lifelessNakato: (or moredred if he's still up...)04:11
Nakatolifeless: Does the comment on making sure we've got 'stable/kilo' make since?04:11
*** vilobhmm11 has joined #openstack-oslo04:13
*** vilobhmm11 has quit IRC04:31
*** harlowja_at_home has joined #openstack-oslo04:45
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.messaging: Trival: Remove unused logging import  https://review.openstack.org/26115505:02
openstackgerritJoshua Harlow proposed openstack/automaton: Ensure machine '__iter__' method include in generated docs  https://review.openstack.org/26457205:04
*** dimtruck is now known as zz_dimtruck05:14
*** EinstCrazy has quit IRC05:14
*** kevinbenton has quit IRC05:14
*** kevinbenton has joined #openstack-oslo05:14
*** EinstCrazy has joined #openstack-oslo05:14
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.messaging: Trival: Remove unused logging import  https://review.openstack.org/26115505:17
*** EinstCra_ has joined #openstack-oslo05:20
*** DinaBelova has quit IRC05:21
*** DinaBelova has joined #openstack-oslo05:22
openstackgerritJoshua Harlow proposed openstack/tooz: Use voluptuous (now useable) instead of jsonschema  https://review.openstack.org/26457505:22
*** harlowja_at_home has quit IRC05:23
*** EinstCrazy has quit IRC05:23
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.messaging: Improvement of logging acorrding to oslo.i18n guideline  https://review.openstack.org/26140605:27
*** kevinbenton has quit IRC05:29
*** ozamiatin has joined #openstack-oslo05:48
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.messaging: Python 3 deprecated the logger.warn method in favor of warning  https://review.openstack.org/26167705:54
*** salv-orl_ has quit IRC06:08
*** salv-orlando has joined #openstack-oslo06:08
*** vilobhmm11 has joined #openstack-oslo06:15
*** nkrinner has joined #openstack-oslo06:35
*** ozamiatin_ has quit IRC06:38
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/oslo.cache: Use assertTrue/False instead of assertEqual(T/F)  https://review.openstack.org/26460506:44
*** harlowja_at_home has joined #openstack-oslo06:44
*** deray has joined #openstack-oslo06:48
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.concurrency: Updated from global requirements  https://review.openstack.org/26461206:56
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.privsep: Updated from global requirements  https://review.openstack.org/26445506:56
openstackgerritOpenStack Proposal Bot proposed openstack/taskflow: Updated from global requirements  https://review.openstack.org/26461406:58
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/oslo.messaging: Use assertTrue/False instead of assertEqual(T/F)  https://review.openstack.org/26461506:59
*** vilobhmm11 has quit IRC07:02
openstackgerritjaveme proposed openstack/oslo.messaging: test: make enforce_type=True in CONF.set_override  https://review.openstack.org/26461607:03
openstackgerritChangBo Guo(gcb) proposed openstack/oslo.messaging: test: Don't cap message's reply time  https://review.openstack.org/26462107:08
*** EinstCrazy has joined #openstack-oslo07:11
*** EinstCra_ has quit IRC07:11
openstackgerritjaveme proposed openstack/oslo.messaging: make enforce_type=True in CONF.set_override  https://review.openstack.org/26461607:13
*** vilobhmm11 has joined #openstack-oslo07:25
*** vilobhmm11 has quit IRC07:26
*** EinstCrazy has quit IRC07:29
*** EinstCrazy has joined #openstack-oslo07:29
openstackgerritZhihai Song proposed openstack/oslo.middleware: test: pass enforce_type=True when using CONF.set_override  https://review.openstack.org/26464307:31
*** harlowja_at_home has quit IRC07:31
*** vilobhmm11 has joined #openstack-oslo07:38
lifelessNakato: yah07:52
*** salv-orlando has quit IRC08:04
*** salv-orlando has joined #openstack-oslo08:04
*** yamamoto has joined #openstack-oslo08:12
*** yamamoto has quit IRC08:20
*** zakora has joined #openstack-oslo08:21
*** zakora has quit IRC08:23
*** zakora has joined #openstack-oslo08:25
*** ihrachys has joined #openstack-oslo08:27
*** zakora has quit IRC08:28
*** zakora has joined #openstack-oslo08:29
*** salv-orlando has quit IRC08:30
*** salv-orlando has joined #openstack-oslo08:30
*** browne has quit IRC08:34
*** markus_z has joined #openstack-oslo08:40
*** vilobhmm11 has quit IRC08:46
*** mkoderer_cloud has joined #openstack-oslo08:48
*** zakora has quit IRC08:51
*** zakora has joined #openstack-oslo08:53
*** markus_z has quit IRC08:58
openstackgerritMerged openstack/oslo.concurrency: Updated from global requirements  https://review.openstack.org/26461209:02
*** markus_z has joined #openstack-oslo09:02
openstackgerritMerged openstack/oslo.privsep: Updated from global requirements  https://review.openstack.org/26445509:04
*** yassine__ has joined #openstack-oslo09:20
*** browne has joined #openstack-oslo09:25
*** browne has quit IRC09:28
*** shardy has joined #openstack-oslo09:35
*** yamahata has joined #openstack-oslo09:41
*** mhickey has joined #openstack-oslo09:43
*** ozamiatin has quit IRC09:52
*** yamahata has quit IRC09:53
*** ndipanov has joined #openstack-oslo09:57
*** EinstCrazy has quit IRC10:07
*** salv-orl_ has joined #openstack-oslo10:08
*** sputnik13 has joined #openstack-oslo10:10
*** salv-orlando has quit IRC10:11
*** zakora has quit IRC10:18
*** zakora has joined #openstack-oslo10:22
*** sputnik13 has quit IRC10:28
openstackgerritMerged openstack/oslo.messaging: rabbit: fix unit conversion error of expiration  https://review.openstack.org/26371210:28
*** sputnik13 has joined #openstack-oslo10:28
*** sputnik13 has quit IRC10:28
*** cdent has joined #openstack-oslo10:49
*** salv-orl_ has quit IRC11:07
*** salv-orlando has joined #openstack-oslo11:08
*** dims has joined #openstack-oslo11:10
*** lucas-dinner is now known as lucasagomes11:20
dimssileht : can you please take a peek at this? https://review.openstack.org/#/c/262063/11:53
*** devananda has quit IRC11:54
*** devananda has joined #openstack-oslo11:55
*** mixos has quit IRC12:27
*** gordc has joined #openstack-oslo12:31
openstackgerritMerged openstack/tooz: Use utils.convert_blocking to convert blocking argument  https://review.openstack.org/26440012:38
*** amrith is now known as _amrith_12:39
openstackgerritJulien Danjou proposed openstack/tooz: pep8: fix remaining errors and enable all checks  https://review.openstack.org/26475012:40
openstackgerritMerged openstack/oslo.messaging: Use assertTrue/False instead of assertEqual(T/F)  https://review.openstack.org/26461512:49
openstackgerritMerged openstack/oslo.policy: Don't crash on RoleCheck when roles not present  https://review.openstack.org/26232912:50
*** gcb has quit IRC12:52
openstackgerritMerged openstack/tooz: Fix etcd env setup  https://review.openstack.org/26422612:56
*** salv-orlando has quit IRC13:03
*** salv-orlando has joined #openstack-oslo13:03
*** links has quit IRC13:07
openstackgerritMerged openstack/oslo.config: Make oslo-config-generator fail gracefully when no arguments  https://review.openstack.org/26275813:12
dimsdukhlov : looks like all reviews in feature/pika are merged13:16
*** jeckersb is now known as jeckersb_gone13:18
openstackgerritDavanum Srinivas (dims) proposed openstack/oslo.messaging: Merge remote-tracking branch 'origin/feature/pika' into merge-branch  https://review.openstack.org/26476813:21
dimsdukhlov : let's see what happens with this ^^ :)13:22
*** edmondsw has joined #openstack-oslo13:22
mhickeydims: Hey!13:36
*** ndipanov has quit IRC13:36
dimsmhickey : hello13:37
*** zz_dimtruck is now known as dimtruck13:37
mhickeydims: how are things?13:37
dimsdoing great! what's up?13:37
mhickeydims: I am trying to trace out test code in oslo versionedobjs. Howevere I am getting no trace. Any idea?13:38
dimsmhickey : i just throw in a "raise Exception('am here')" as the last line in the test method to see the logs usually13:40
mhickeydims: direct approach but works. thanks! :)13:41
*** ozamiatin_ has joined #openstack-oslo13:43
dimsw00t13:44
*** kgiusti has joined #openstack-oslo13:51
*** kgiusti has left #openstack-oslo13:51
*** dimtruck is now known as zz_dimtruck13:51
*** kgiusti has joined #openstack-oslo13:51
lxslianyone can tell me how to deprecate a class please?13:55
lxslijust put a comment or do I need to use some decorator?13:56
dimslxsli : debtcollector has a few handy things13:59
lxsliOK thanks13:59
*** EinstCrazy has joined #openstack-oslo14:01
*** rlrossit has joined #openstack-oslo14:02
*** cdent has quit IRC14:02
ihrachysjd__: 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 library14:05
*** EinstCrazy has quit IRC14:09
*** mkoderer_cloud has quit IRC14:11
*** mixos has joined #openstack-oslo14:11
*** jeckersb_gone is now known as jeckersb14:13
*** yassine__ has quit IRC14:13
*** gcb_ has joined #openstack-oslo14:14
*** mriedem has joined #openstack-oslo14:17
openstackgerritAlexis Lee proposed openstack/oslo.config: Make _Namespace the value-holder  https://review.openstack.org/26478714:19
jd__ihrachys: nice catch14:19
dimsihrachys : cool14:22
*** cdent has joined #openstack-oslo14:24
*** regXboi has joined #openstack-oslo14:24
*** ndipanov has joined #openstack-oslo14:26
*** _amrith_ is now known as amrith14:30
*** EinstCrazy has joined #openstack-oslo14:30
*** lucasagomes is now known as lucas-hungry14:32
*** yassine__ has joined #openstack-oslo14:32
*** yassine__ has quit IRC14:33
*** yassine__ has joined #openstack-oslo14:33
*** zz_dimtruck is now known as dimtruck14:38
*** EinstCrazy has quit IRC14:40
openstackgerritJulien Danjou proposed openstack/tooz: pep8: fix remaining errors and enable all checks  https://review.openstack.org/26475014:46
dimsdukhlov : 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-oslo14:52
*** zqfan has joined #openstack-oslo14:55
*** deray has quit IRC15:00
*** pradk has joined #openstack-oslo15:01
*** jeckersb is now known as jeckersb_gone15:09
*** mriedem is now known as mriedem_meeting15:10
openstackgerritMerged openstack/pycadf: Fix wrong use of comma  https://review.openstack.org/26452615:13
*** jeckersb_gone is now known as jeckersb15:14
*** jaypipes has joined #openstack-oslo15:15
*** yamahata has joined #openstack-oslo15:18
*** mtanino has joined #openstack-oslo15:19
*** lucas-hungry is now known as lucasagomes15:34
*** dims_ has joined #openstack-oslo15:35
*** ozamiatin has joined #openstack-oslo15:35
*** dims has quit IRC15:36
ihrachysjd__: dims_: I wonder whether oslotest could actually call stopall for mock library too?15:40
ihrachysif that is a sane thing to do, I could propose a patch15:40
ihrachysI believe lots of projects still don't use six.moves.mock15:41
ihrachysso it could save them some py34 wtf time15:41
jd__I think it's better to fix the project15:41
ihrachysjd__: 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 sigmavirus2415:42
*** mriedem_meeting is now known as mriedem15:42
jd__-_-15:42
*** gcb_ has quit IRC15:50
*** rlrossit has quit IRC15:57
*** rlrossit has joined #openstack-oslo15:59
*** rlrossit_ has joined #openstack-oslo15:59
*** sputnik13 has joined #openstack-oslo16:00
*** rlrossit has quit IRC16:03
*** ihrachys has quit IRC16:04
*** salv-orl_ has joined #openstack-oslo16:08
openstackgerritAlexis Lee proposed openstack/oslo.config: Fake attrs on _Namespace  https://review.openstack.org/26484716:11
openstackgerritAlexis Lee proposed openstack/oslo.config: WIP - Make _Namespace implement collections.Mapping  https://review.openstack.org/26484816:11
*** sputnik13 has quit IRC16:11
*** salv-orlando has quit IRC16:11
*** sputnik13 has joined #openstack-oslo16:16
*** nkrinner has quit IRC16:22
*** sputnik13 has quit IRC16:43
openstackgerritMerged openstack/oslo.cache: Replace deprecated LOG.warn with LOG.warning  https://review.openstack.org/26360116:44
openstackgerritMartin Hickey proposed openstack/oslo.versionedobjects: Add temporary registry pattern to VersionedObjectRegistry  https://review.openstack.org/26380016:46
*** zakora has quit IRC16:52
openstackgerritMarkus Zoeller (markus_z) proposed openstack/oslo.config: generator: ignore doubles  https://review.openstack.org/26486416:54
openstackgerritMerged openstack/oslo.versionedobjects: Fix MACAddress coerce method to validate string first  https://review.openstack.org/26306616:56
*** rlrossit_ has quit IRC16:57
*** ihrachys has joined #openstack-oslo16:57
*** dims has joined #openstack-oslo16:59
*** ihrachys has quit IRC17:00
*** rlrossit has joined #openstack-oslo17:00
*** ihrachys has joined #openstack-oslo17:02
*** dims_ has quit IRC17:02
openstackgerritMerged openstack/stevedore: remove unnecessary dependency on argparse  https://review.openstack.org/26419117:08
*** sputnik13 has joined #openstack-oslo17:14
*** markus_z has quit IRC17:17
openstackgerritOpenStack Proposal Bot proposed openstack/oslo.messaging: Updated from global requirements  https://review.openstack.org/26488017:17
openstackgerritOpenStack Proposal Bot proposed openstack/taskflow: Updated from global requirements  https://review.openstack.org/26461417:19
openstackgerritOpenStack Proposal Bot proposed openstack/tooz: Updated from global requirements  https://review.openstack.org/26488217:19
*** sputnik13 has quit IRC17:27
*** sigmavirus24 is now known as sigmavirus24_awa17:27
*** browne has joined #openstack-oslo17:30
*** yassine__ has quit IRC17:31
*** sputnik13 has joined #openstack-oslo17:37
*** sputnik13 has quit IRC17:42
*** ozamiatin_ has quit IRC17:44
*** deray has joined #openstack-oslo17:45
*** ihrachys has quit IRC17:47
*** spandhe has joined #openstack-oslo17:52
*** cdent has quit IRC17:59
*** mhickey has quit IRC18:06
*** jeckersb has quit IRC18:13
*** ajo has quit IRC18:14
*** jeckersb has joined #openstack-oslo18:15
*** ajo has joined #openstack-oslo18:21
*** ndipanov has quit IRC18:22
*** e0ne has joined #openstack-oslo18:23
*** ihrachys has joined #openstack-oslo18:27
openstackgerritJohn Eckersberg proposed openstack/oslo.messaging: rabbit: Add options to configure QoS prefetch  https://review.openstack.org/26491118:27
*** ihrachys has quit IRC18:29
*** sputnik13 has joined #openstack-oslo18:30
*** mriedem has quit IRC18:32
*** harlowja has quit IRC18:35
*** harlowja has joined #openstack-oslo18:36
*** mriedem has joined #openstack-oslo18:38
*** edmondsw has quit IRC18:39
*** vilobhmm11 has joined #openstack-oslo18:41
*** edmondsw has joined #openstack-oslo18:44
*** rlrossit has quit IRC18:44
*** rlrossit has joined #openstack-oslo18:45
*** pradk has quit IRC18:47
*** rlrossit has quit IRC18:49
*** rlrossit has joined #openstack-oslo18:49
*** sputnik13 has quit IRC18:50
openstackgerritRonald Bradford proposed openstack/oslo.log: Added public method to getting default log levels  https://review.openstack.org/26346818:50
*** sigmavirus24_awa is now known as sigmavirus2418:54
*** sputnik13 has joined #openstack-oslo18:56
*** yamahata has quit IRC19:07
*** ozamiatin has quit IRC19:07
*** e0ne has quit IRC19:08
*** pradk has joined #openstack-oslo19:14
openstackgerritGreg Hill proposed openstack/taskflow: Add setters for derived attributes to Atom (WIP)  https://review.openstack.org/26493019:14
openstackgerritVilobh Meshram proposed openstack/tooz: Add Consul Driver  https://review.openstack.org/24536219:21
*** ozamiatin_ has joined #openstack-oslo19:23
*** yamahata has joined #openstack-oslo19:28
*** sputnik13_ has joined #openstack-oslo19:29
*** nikhil_k has joined #openstack-oslo19:31
*** spandhe_ has joined #openstack-oslo19:31
*** jraim_ has joined #openstack-oslo19:32
*** mriedem1 has joined #openstack-oslo19:33
*** dims_ has joined #openstack-oslo19:33
*** dims has quit IRC19:34
*** stevemar_znc has joined #openstack-oslo19:37
*** jeckersb` has joined #openstack-oslo19:37
*** pradk has quit IRC19:38
*** sputnik13 has quit IRC19:38
*** mriedem has quit IRC19:38
*** jeckersb has quit IRC19:38
*** spandhe has quit IRC19:38
*** zqfan has quit IRC19:38
*** kbyrne has quit IRC19:38
*** jamespage has quit IRC19:38
*** nikhil has quit IRC19:38
*** sileht has quit IRC19:38
*** lxsli has quit IRC19:38
*** stevemar has quit IRC19:38
*** jraim has quit IRC19:38
*** mriedem1 is now known as mriedem19:38
*** spandhe_ is now known as spandhe19:39
*** lxsli has joined #openstack-oslo19:39
*** pradk has joined #openstack-oslo19:40
*** stevemar_znc is now known as stevemar19:40
*** jraim_ is now known as jraim19:40
*** jamespage has joined #openstack-oslo19:41
*** jamespage has quit IRC19:41
*** jamespage has joined #openstack-oslo19:41
*** shardy is now known as shardy_afk19:41
*** sileht has joined #openstack-oslo19:42
*** jeckersb` is now known as jeckersb19:42
*** kbyrne has joined #openstack-oslo19:42
*** sigmavirus24 is now known as sigmavirus24_awa19:45
*** zqfan has joined #openstack-oslo19:45
*** sigmavirus24_awa is now known as sigmavirus2419:48
*** lucasagomes is now known as lucas-dinner19:49
*** dhellmann_ has joined #openstack-oslo19:55
*** dims_ has quit IRC20:00
*** vilobhmm11 has quit IRC20:05
*** vilobhmm11 has joined #openstack-oslo20:05
*** vilobhmm11 has quit IRC20:07
*** vilobhmm11 has joined #openstack-oslo20:07
*** vilobhmm11 has quit IRC20:07
*** dhellmann has quit IRC20:11
*** dhellmann_ is now known as dhellmann20:11
*** dhellmann has quit IRC20:12
*** dims has joined #openstack-oslo20:12
*** cdent has joined #openstack-oslo20:13
*** dhellmann has joined #openstack-oslo20:14
*** dims has quit IRC20:19
*** dims has joined #openstack-oslo20:22
*** openstackgerrit has quit IRC20:23
*** dims has quit IRC20:23
*** openstackgerrit has joined #openstack-oslo20:24
*** deray has quit IRC20:26
*** ansiwen has quit IRC20:30
*** amrith is now known as _amrith_20:31
*** ansiwen has joined #openstack-oslo20:33
openstackgerritJoshua Harlow proposed openstack/taskflow: Allow for alterations in decider 'area of influence'  https://review.openstack.org/24605120:34
openstackgerritJoshua Harlow proposed openstack/tooz: Add programatic introspection of drivers characteristic(s)  https://review.openstack.org/24068120:38
*** jeckersb is now known as jeckersb_gone20:39
*** dims has joined #openstack-oslo20:39
openstackgerritMerged openstack/taskflow: Updated from global requirements  https://review.openstack.org/26461420:40
*** vilobhmm11 has joined #openstack-oslo20:41
*** vilobhmm11 has quit IRC20:41
*** vilobhmm11 has joined #openstack-oslo20:41
openstackgerritJoshua Harlow proposed openstack/tooz: Use voluptuous instead of jsonschema  https://review.openstack.org/26457520:45
*** zqfan has quit IRC20:51
openstackgerritJoshua Harlow proposed openstack/automaton: Ensure machine special method(s) include in generated docs  https://review.openstack.org/26457221:02
openstackgerritJoshua Harlow proposed openstack/oslo.utils: Use an improved keystonemiddleware 'constant_time_compare' version instead  https://review.openstack.org/26497221:15
dimsharlowja : when you get a chance, let's get pika driver out of the feature branch please - https://review.openstack.org/#/c/264768/21:16
harlowjak21:16
*** gcb has joined #openstack-oslo21:16
harlowjalet's see where pika goes :-P21:23
*** kgiusti has left #openstack-oslo21:24
*** nikhil_k is now known as nikhil21:29
*** shardy_afk is now known as shardy21:30
openstackgerritRonald Bradford proposed openstack/oslo.log: Improve documentataion of Oslo Log Usage  https://review.openstack.org/26497721:33
*** _amrith_ is now known as amrith21:40
openstackgerritMerged openstack/tooz: Updated from global requirements  https://review.openstack.org/26488221:41
*** jeckersb_gone is now known as jeckersb21:47
*** jaypipes has quit IRC21:50
*** regXboi has quit IRC21:50
*** DinaBelova has quit IRC21:50
*** boris-42 has quit IRC21:50
*** jaypipes has joined #openstack-oslo21:51
*** regXboi has joined #openstack-oslo21:51
*** DinaBelova has joined #openstack-oslo21:51
*** boris-42 has joined #openstack-oslo21:51
*** ihrachys has joined #openstack-oslo21:52
*** Kennan has quit IRC21:52
*** ozamiatin_ has quit IRC21:53
*** Kennan has joined #openstack-oslo21:53
*** cdent has quit IRC21:54
*** vilobhmm11 has quit IRC22:03
*** vilobhmm11 has joined #openstack-oslo22:03
*** salv-orlando has joined #openstack-oslo22:09
*** salv-orl_ has quit IRC22:11
*** gcb has quit IRC22:16
*** ihrachys has quit IRC22:16
*** pradk has quit IRC22:24
openstackgerritRonald Bradford proposed openstack/oslo.log: Improve documentataion of Oslo Log Usage  https://review.openstack.org/26497722:25
*** binarin has quit IRC22:32
*** regXboi has quit IRC22:34
*** binarin has joined #openstack-oslo22:35
openstackgerritMerged openstack/oslo.messaging: Merge remote-tracking branch 'origin/feature/pika' into merge-branch  https://review.openstack.org/26476822:37
*** spandhe has quit IRC22:39
*** spandhe has joined #openstack-oslo22:41
*** mriedem has quit IRC22:54
openstackgerritMerged openstack/tooz: Adjust some of the zookeeper exception message  https://review.openstack.org/26340722:59
*** spandhe has quit IRC23:00
*** dims_ has joined #openstack-oslo23:00
*** dims has quit IRC23:01
*** jecarey_ has joined #openstack-oslo23:02
*** jecarey has quit IRC23:05
*** jecarey_ has quit IRC23:07
*** rlrossit has quit IRC23:07
*** sigmavirus24 is now known as sigmavirus24_awa23:12
*** mixos has quit IRC23:19
*** gordc has quit IRC23:28
*** spandhe has joined #openstack-oslo23:32
*** spandhe has joined #openstack-oslo23:38
*** dims_ has quit IRC23:39
*** mriedem has joined #openstack-oslo23:44
*** dims_ has joined #openstack-oslo23:45
*** shardy has quit IRC23:48
*** dims_ has quit IRC23:50
openstackgerritMerged openstack/tooz: pep8: fix remaining errors and enable all checks  https://review.openstack.org/26475023:52
*** spandhe has quit IRC23:54

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!