Thursday, 2015-04-16

openstackgerritMerged openstack/oslo.utils: fixed typos  https://review.openstack.org/17045600:08
openstackgerritMerged openstack/oslo.utils: Use hacking import_exceptions for gettextutils._  https://review.openstack.org/17045700:08
openstackgerritMerged openstack/oslo.utils: Use oslotest instead of common test module  https://review.openstack.org/17045800:09
openstackgerritMerged openstack/taskflow: Expose r/o listener callback + details filter callback  https://review.openstack.org/17279500:09
openstackgerritMerged openstack/oslo.utils: pep8: fixed multiple violations  https://review.openstack.org/17045900:10
*** yamahata has quit IRC00:10
*** achanda_ has joined #openstack-oslo00:11
*** achanda_ has quit IRC00:16
*** achanda has quit IRC00:16
openstackgerritJoshua Harlow proposed openstack/tooz: Link AOF to redis persistence docs  https://review.openstack.org/17416600:31
*** dims_ has quit IRC00:40
*** mdbooth has quit IRC00:46
*** mdbooth has joined #openstack-oslo00:52
*** sputnik13 has quit IRC00:55
*** sigmavirus24 is now known as sigmavirus24_awa01:11
*** BrianShang_ has quit IRC01:11
*** browne has quit IRC01:12
*** BrianShang has joined #openstack-oslo01:13
*** mriedem has joined #openstack-oslo01:18
*** crc32 has joined #openstack-oslo01:25
*** mtanino has quit IRC01:37
*** dims has joined #openstack-oslo01:40
*** dims has quit IRC01:47
*** harlowja is now known as harlowja_away02:05
*** ujjain has quit IRC02:08
*** browne has joined #openstack-oslo02:13
*** sdake_ has joined #openstack-oslo02:16
*** sdake__ has joined #openstack-oslo02:19
*** sdake has quit IRC02:19
*** sdake_ has quit IRC02:22
*** liusheng has joined #openstack-oslo02:33
mriedemi have no idea why this failed http://logs.openstack.org/28/174128/1/check/gate-tempest-dsvm-largeops-src-oslo.log/9b21c1d/console.html02:38
mriedemor what gate-tempest-dsvm-largeops-src-oslo.log is testing02:38
*** crc32 has quit IRC02:43
*** dims has joined #openstack-oslo02:48
*** dims has quit IRC02:53
openstackgerritMerged openstack-dev/pbr: Fixup semver  https://review.openstack.org/12465103:28
*** achanda has joined #openstack-oslo03:33
*** mriedem has quit IRC03:57
*** mriedem has joined #openstack-oslo03:59
*** arnaud___ has joined #openstack-oslo04:02
*** mriedem has quit IRC04:04
*** amotoki has joined #openstack-oslo04:07
*** rushiagr_away is now known as rushiagr04:10
*** BrianShang has quit IRC04:11
*** BrianShang has joined #openstack-oslo04:12
*** achanda has quit IRC04:30
*** frickler_ is now known as frickler04:43
*** arnaud___ has quit IRC04:52
*** achanda has joined #openstack-oslo05:00
*** stevemar has joined #openstack-oslo05:02
*** rushiagr is now known as rushiagr_away05:02
*** Kennan has quit IRC05:17
*** Kennan has joined #openstack-oslo05:17
*** BrianShang has quit IRC05:29
*** BrianShang has joined #openstack-oslo05:30
*** stevemar has quit IRC05:40
*** stevemar has joined #openstack-oslo05:40
*** dims has joined #openstack-oslo05:45
*** dims has quit IRC05:50
*** rushiagr_away is now known as rushiagr05:51
*** ozamiatin_ has joined #openstack-oslo06:03
*** bnemec has quit IRC06:18
*** browne has quit IRC06:18
*** inc0 has joined #openstack-oslo06:23
*** stevemar has quit IRC06:25
*** Kennan2 has joined #openstack-oslo06:35
*** Kennan has quit IRC06:36
*** sreshetn1 has joined #openstack-oslo06:45
*** viktors|afk is now known as viktors06:53
*** stevemar has joined #openstack-oslo06:54
*** haypo has joined #openstack-oslo06:56
*** stevemar has quit IRC07:00
*** bnemec has joined #openstack-oslo07:00
*** jaosorior has joined #openstack-oslo07:01
*** achanda has quit IRC07:02
*** dansmith has quit IRC07:04
*** achanda has joined #openstack-oslo07:04
*** SridharGaddam has quit IRC07:06
*** dansmith has joined #openstack-oslo07:08
*** dansmith is now known as Guest6767207:08
*** dmn has joined #openstack-oslo07:10
openstackgerritCedric Brandily proposed openstack/oslo.middleware: Add middleware to support ssl termination proxies  https://review.openstack.org/17402507:10
dmnhi, do all the openstack projects use cliff and cookiecutter?07:11
*** liusheng has quit IRC07:18
*** achanda has quit IRC07:25
lifelessdmn: none of them use cookiecutter, its used to make new projects - its a one-off thing.07:26
lifelessdmn: some use cliff.07:27
*** dmn has quit IRC07:31
*** ozamiatin_ has quit IRC07:54
*** ihrachyshka has joined #openstack-oslo07:59
haypojd__, i'm now able to reproduce the issue for https://review.openstack.org/#/c/165015/ but i'm not sure that your change is correct07:59
haypojd__, (by the way: hi!)07:59
jd__hello haypo08:00
jd__let me check08:00
haypojd__, IMO environment markers should be copied to source/wheel distributions, but it looks like pkg_resources, setuptools and wheel don't understand them!?08:00
jd__haypo: ah glad you finally found the same things as me, though you went deeper, that's great08:02
haypojd__, but it's strange, yesterday i was able to use environment markers in requirements08:02
jd__you know things move fast :p08:03
jd__haypo: but I think your analysis is right, pip understands them but that's the only one08:04
jd__the rest of the toolsuite does not08:04
haypopip is stupid. when i upgrade pip3, it replaces /usr/bin/pip2, the new /usr/bin/pip2 runs with python3 !?08:04
*** andreykurilin has joined #openstack-oslo08:05
haypojd__, pip relies on distlib which has functions to handle environment markers08:06
haypojd__, setuptools doesn't use distlib08:06
openstackgerritTiantian Gao proposed openstack/oslo.messaging: Rabbit: Fix message ttl not work  https://review.openstack.org/17424008:11
lifelessI don't think we care about setuptools except for setup_requires atm08:15
lifelessand not that in the near future08:15
lifelessas far as environment markers are concerned, that is08:15
haypoi really like wheel packages. i'm now using devpi cache server thanks to sileht, and so i now heavily rely on wheel packages08:17
haypoi would be "nice" to keep environment markers in wheel packages too08:17
haypolifeless, we should probably make compromises, for example require users to use pip to install packages08:18
openstackgerritMerged openstack/tooz: Allow the acquired file to be closed manually  https://review.openstack.org/17177608:18
openstackgerritMerged openstack/tooz: Silence logs + errors when stopping and group membership lost  https://review.openstack.org/17303008:18
haypohum, anyone to review my old patch to port processutils of oslo.concurrency to Python 3? https://review.openstack.org/#/c/146984/ -- jd__ already voted +208:22
haypojd__, oh, you didn't review the following change https://review.openstack.org/#/c/171710/08:22
haypojd__, IMO the following patch is important too08:23
*** ozamiatin_ has joined #openstack-oslo08:24
lifelesshaypo: we'll definitely want to get environment markers into wheels... and IIRC the pip support explicitly handles wheels08:24
*** e0ne has joined #openstack-oslo08:24
lifelessso I'm surprised if bdist_wheel can't add them08:24
haypolifeless, pip embeds distlib in pip._vendors.distlib, but i guess that it would be fair to add a dependency to distutils in wheel08:25
haypooops, distlib*08:25
*** andreykurilin has quit IRC08:26
lifelessyah08:26
haypolifeless, oh, wheel has no test :)08:26
lifelesstrololololol08:26
haypolifeless, oh, nevermind. it's in wheel/test/08:26
lifelessphew08:28
haypolifeless, https://bitbucket.org/pypa/wheel/issue/139/wheel-should-support-pep-426-environment08:30
*** sreshetnyak has quit IRC08:31
*** ndipanov has joined #openstack-oslo08:33
*** sdake__ has quit IRC08:36
*** sreshetnyak has joined #openstack-oslo08:38
*** sdake has joined #openstack-oslo08:39
*** sreshetnyak has quit IRC08:43
haypojd__, thanks for all your reviews :)08:44
jd__np08:44
*** e0ne has quit IRC08:48
openstackgerritMerged openstack/tooz: Add exception docs to developer docs  https://review.openstack.org/17395508:50
openstackgerritMerged openstack/tooz: Link AOF to redis persistence docs  https://review.openstack.org/17416608:54
*** eezhova has quit IRC08:55
*** sreshetn1 has quit IRC09:02
*** e0ne has joined #openstack-oslo09:09
*** jaypipes has quit IRC09:10
*** e0ne has quit IRC09:10
hayposileht, thanks too for the reviews ;)09:11
haypotell me if i should review other patches ;)09:11
*** eezhova has joined #openstack-oslo09:12
*** ujjain has joined #openstack-oslo09:14
*** sreshetnyak has joined #openstack-oslo09:16
*** ujjain has quit IRC09:19
*** ujjain has joined #openstack-oslo09:19
*** dims has joined #openstack-oslo09:19
*** dmn has joined #openstack-oslo09:24
*** dims has quit IRC09:24
openstackgerritMerged openstack/oslo.messaging: Enable redis test dependency on Python 3  https://review.openstack.org/17374409:43
*** dmn has quit IRC09:52
*** inc0 has quit IRC09:54
*** inc0 has joined #openstack-oslo10:00
*** dims has joined #openstack-oslo10:07
*** jamespag` has quit IRC10:11
*** jamespage has joined #openstack-oslo10:11
openstackgerritMerged openstack/oslo.messaging: Use unittest.mock on Python 3  https://review.openstack.org/17372210:13
*** ajo_ has joined #openstack-oslo10:31
*** ajo has quit IRC10:32
*** inc0 has quit IRC10:33
*** sreshetn1 has joined #openstack-oslo11:07
*** e0ne has joined #openstack-oslo11:10
haypo"Merged openstack/oslo.messaging: Use unittest.mock on Python 3" cool!11:12
*** amotoki_ has joined #openstack-oslo11:15
*** cdent has joined #openstack-oslo11:21
*** inc0 has joined #openstack-oslo11:26
openstackgerritDavanum Srinivas (dims) proposed openstack/oslo.utils: Add JUNO as a target to versionutils module  https://review.openstack.org/17046011:37
openstackgerritTiantian Gao proposed openstack/oslo.messaging: Rabbit: Fix message ttl not work  https://review.openstack.org/17424011:40
*** jamielennox is now known as jamielennox|away11:47
*** ujjain has quit IRC11:53
*** ujjain- has joined #openstack-oslo11:54
*** ujjain- has quit IRC11:55
*** ujjain- has joined #openstack-oslo11:55
*** ajo_ is now known as ajo11:56
*** stpierre has joined #openstack-oslo11:58
*** tedross has joined #openstack-oslo12:00
sdagueso, I'm terribly confused about something with rootwrap12:01
*** tedross has left #openstack-oslo12:01
*** ujjain- is now known as ujjain12:01
sdagueif you *have* to specify the conf file as the first arg, why do we install a copy of the script that's service name specific for every project?12:02
sdagueos1:~/devstack(master)> ls /usr/local/bin/*-rootwrap12:02
sdague/usr/local/bin/ceilometer-rootwrap*  /usr/local/bin/cinder-rootwrap*  /usr/local/bin/neutron-rootwrap*  /usr/local/bin/nova-rootwrap*  /usr/local/bin/sahara-rootwrap*12:02
*** kgiusti has joined #openstack-oslo12:09
*** sreshetn1 has quit IRC12:09
*** prad has quit IRC12:10
*** dims has quit IRC12:14
*** sreshetn1 has joined #openstack-oslo12:15
silehtsdague, dhellmann I have a really important issue about the capping stuffs done recently in the requirements and its enforcing in devstack12:16
*** dims__ has joined #openstack-oslo12:17
silehtsdague, dhellmann for gating the master branch, libs/clients use LIBS_FROM_GIT to install the master via devstack12:17
silehtsdague, dhellmann but his is override by the devstack requirement enforcement12:18
silehtsdague, dhellmann example with oslo.messaging:12:18
sdaguecorrect, because master requirements remain in a lockdown state12:18
silehtHere we install the master branch : http://logs.openstack.org/40/174240/1/check/gate-tempest-dsvm-neutron-src-oslo.messaging/31888aa/logs/devstacklog.txt.gz#_2015-04-16_08_28_27_26412:18
silehtAnd then we install the one from requirement repo, that uninstall le master: http://logs.openstack.org/40/174240/1/check/gate-tempest-dsvm-neutron-src-oslo.messaging/31888aa/logs/devstacklog.txt.gz#_2015-04-16_08_30_09_75112:18
silehtAnd install the stable one (1.8.1): http://logs.openstack.org/40/174240/1/check/gate-tempest-dsvm-neutron-src-oslo.messaging/31888aa/logs/devstacklog.txt.gz#_2015-04-16_08_30_16_15312:18
silehtsdague, the devstack job for master branch test the stable version this looks wrong for me12:18
sdaguethis is arguably what happens until we come out of requirements freeze12:18
dims__sdague: it's a relic from when rootwrap was in oslo-incubator i think12:19
sdaguesileht: because, honestly, if would break a different way based on the way version caps worked if we didn't do that12:19
dims__sdague: will generate a oslo-rootwrap and we can get rid of these over time12:20
*** e0ne has quit IRC12:20
silehtsdague, so when we will uncap the requirement, the gate master job will perhaps fail ...12:20
sdaguesileht: it might12:20
silehtsdague, woot, thanks for explaination12:21
*** stevemar has joined #openstack-oslo12:21
sdagueso, honestly, in looking at what's going to need to be done to uncap libraries, I think there ends up being a pretty big mess to cleanup here, because a few things were not anticipated12:22
sdaguebut need dhellmann and ttx to be active to figure that out12:22
sdagueyou can thank pip for not having a global resolver12:22
silehtahah :)12:22
sdagueaka: how do we install > 200 python packages and end up with something that works12:23
sdagueand the relevant mailing list threads now12:23
silehtsdague, I'm reassure if this is undercontrol and not something we miss before with cap libs12:24
openstackgerritDavanum Srinivas (dims) proposed openstack/oslo.rootwrap: Generate a oslo-rootwrap console script  https://review.openstack.org/17434912:24
sdaguedims__: so... honestly, could we go the other way?12:25
sdagueand have the specific version of the script assume a config file?12:25
sdaguealso, it would be really nice if rootwrap had arg parsing12:26
sdagueos1:~/devstack(master)> /usr/local/bin/nova-rootwrap -h12:26
sdague/usr/local/bin/nova-rootwrap: No command specified12:26
sdaguelike nova-rootwrap assumes /etc/nova/rootwrap.conf, and allows for a '-c' for override (if really needed)12:27
*** gordc has joined #openstack-oslo12:28
* ihrachyshka makes note that he should steal the approach from nova into neutron12:28
dims__sdague: interesting, don't know if i can inject the config file path into the pbr generated script12:28
sdaguedims__: yeh, I don't know either, but it would make for better UX12:28
ihrachyshkadims__, in any case, having the script generated is also fine for the time being, or when projects don't see config file hard coding is the right thing12:29
*** gordc has quit IRC12:31
dims__sdague: https://bugs.launchpad.net/oslo.rootwrap/+bug/1444987 and https://bugs.launchpad.net/oslo.rootwrap/+bug/144498612:38
openstackLaunchpad bug 1444987 in oslo.rootwrap "nova-rootwrap does not have any argument parsing" [Undecided,New]12:38
openstackLaunchpad bug 1444986 in oslo.rootwrap "Project specific *-rootwrap scripts should have configuration path hardcoded" [Undecided,New]12:38
*** gordc has joined #openstack-oslo12:38
*** inc0 has quit IRC12:40
ihrachyshkadims__, btw for Red Hat packages, it's either way since we move rootwrap files outside of /etc/ into /usr/share/ to make sure users don't modify them (we don't expect them to need it)12:44
ihrachyshkaso we'll need to override default12:44
dims__ihrachyshka: thanks, can you please add that to the launchpad bug?12:45
ihrachyshkadone12:46
*** sreshetn1 has quit IRC12:49
sdagueihrachyshka: that seems like you'd just patch the scripts during package build12:51
sdagueor upstream that concept that these aren't etc files12:52
sdaguewhich, honestly, I'd support getting them out of etc upstream12:52
*** bknudson has joined #openstack-oslo12:52
ihrachyshkasdague, yeah, moving out of etc is the right thing to do. we would not patch the scripts though, we don't want to maintain another patch unless it's completely needed12:54
*** sreshetn1 has joined #openstack-oslo12:55
*** mriedem has joined #openstack-oslo12:56
sdagueihrachyshka: sure, that's fine. For what it's worth, moving the directories in the packages without doing it upstream is kind of disruptive to support when community bugs come in.13:01
openstackgerritElena Ezhova proposed openstack/oslo-incubator: Revert "Revert "Optimization of waiting subprocesses in ProcessLauncher""  https://review.openstack.org/17436513:01
ihrachyshkasdague, we have all kind of modifications and additions to accomodate distro needs.13:03
ihrachyshkasdague, like adding $project-dist.conf files located in /usr/share, used for distro defaults13:03
*** jecarey has joined #openstack-oslo13:09
*** jecarey_ has joined #openstack-oslo13:12
*** sputnik13 has joined #openstack-oslo13:14
*** sputnik13 has quit IRC13:14
*** jecarey has quit IRC13:15
*** jecarey__ has joined #openstack-oslo13:23
*** sdake_ has joined #openstack-oslo13:26
*** jecarey_ has quit IRC13:27
*** sdake has quit IRC13:29
*** Guest67672 is now known as dansmith13:36
*** dansmith is now known as Guest1445313:37
*** sreshetn1 has quit IRC13:39
*** prad has joined #openstack-oslo13:40
*** Guest14453 is now known as dansmith_13:43
mriedemdims__: the oslo.log unit tests seem super racy13:50
mriedemif i run tox -e py27 locally, i hit different errors every time13:50
openstackgerritVictor Stinner proposed openstack/oslo.messaging: Port ZMQ driver to Python 3  https://review.openstack.org/17439113:51
dims__mriedem: show me an example? (paste)13:54
mriedemdims__: i just run tox -e py27 and every other time i hit a failure with different tests13:55
mriedemand sometimes it passes13:55
mriedemtox -e py27 -- oslo_log.tests.unit.test_log.InstanceRecordTestCase is fine by itself13:56
mriedemtest_instance_key_in_log_msg seems to cause issues13:56
*** jgrimm is now known as zz_jgrimm13:56
dims__mriedem: let me try w/o your change and then with your change13:56
*** sigmavirus24_awa is now known as sigmavirus2413:56
*** zzzeek has joined #openstack-oslo13:56
dims__20 runs, no failures. applying your change now mriedem13:58
*** dansmith_ is now known as dansmith13:58
*** jecarey__ has quit IRC13:59
*** jecarey__ has joined #openstack-oslo13:59
dims__mriedem: so i see the fail in oslo_log.tests.unit.test_log.InstanceRecordTestCase.test_instance_dict_in_default_log_msg with your change. yes, it's inconsistent14:00
dims__sometimes in test_instance_uuid_in_default_log_msg14:02
dims__sometimes in test_instance_key_in_log_msg14:02
dims__so, looking at your change now mriedem :)14:02
mriedemdims__: i see the problem14:06
mriedemthere is another check for if instance: and it uses instance_extra14:06
mriedembut isn't checking the type on instance14:06
dims__mriedem: when the context is set?14:09
*** sreshetn1 has joined #openstack-oslo14:10
mriedemdims__: yeah, so i pulled my new type check block out into a helpe rmethod and re-used that in the elif context block but still hitting issues14:10
mriedemso i guess i'm not sure where instance_extra is used later for formatting14:10
dims__mriedem: can you push that to the review? and i'll pull it down14:11
mriedemyeah sec14:11
*** HenryG_ is now known as HenryG14:11
openstackgerritMatt Riedemann proposed openstack/oslo.log: Check to see if instance kwarg is a string  https://review.openstack.org/17412814:11
mriedemdims__: ^14:11
dims__thanks mriedem14:12
*** dulek has quit IRC14:17
*** dulek has joined #openstack-oslo14:18
*** e0ne has joined #openstack-oslo14:19
*** sreshetn1 has quit IRC14:23
*** mtanino has joined #openstack-oslo14:27
*** sdake has joined #openstack-oslo14:29
*** andreykurilin1 has quit IRC14:30
*** andreykurilin has joined #openstack-oslo14:30
*** sdake_ has quit IRC14:33
*** jaypipes has joined #openstack-oslo14:39
*** e0ne has quit IRC14:46
*** subscope has quit IRC14:50
*** zz_jgrimm is now known as jgrimm14:51
*** inc0 has joined #openstack-oslo14:56
dims__mriedem: this is getting tricky, it may be just better fix nova to use instance_uuid when we know it is using uuid (thinking aloud)15:00
mriedemdims__: nova isn't passing a uuid in this case actually15:01
mriedemit's passing instance=instance where instance is a dict15:01
mriedemi'm pretty sure15:01
mriedemwould have to double check in a bit15:01
dims__mriedem:  we have tests in oslo.log where instance=dict15:02
dims__hmmm15:02
mriedemdims__: yeah, and they aren't catching the bug :)15:06
mriedemi don't understand all of the log formatting black magic though15:06
*** inc0 has quit IRC15:09
*** sputnik13 has joined #openstack-oslo15:12
*** rushiagr is now known as rushiagr_away15:12
*** sreshetn1ak has joined #openstack-oslo15:14
*** sreshetn1ak has quit IRC15:14
*** sreshetn1ak has joined #openstack-oslo15:15
*** sreshetnyak has quit IRC15:20
*** sreshetn1ak has quit IRC15:20
*** browne has joined #openstack-oslo15:21
*** jecarey_ has joined #openstack-oslo15:23
*** alexpilotti has joined #openstack-oslo15:24
*** jecarey__ has quit IRC15:25
*** jecarey has joined #openstack-oslo15:25
*** jecarey_ has quit IRC15:29
*** russellb has quit IRC15:32
*** tsekiyama has joined #openstack-oslo15:34
*** russellb has joined #openstack-oslo15:35
ihrachyshkadims__, hey! I have some questions re oslo.policy. I need someone to assess a new feature and/or exposing some internals of the library to projects15:46
ihrachyshkadims__, who would be the right person?15:46
dims__hop on over to keystone. they own policy now15:46
ihrachyshkaoh, really?15:46
dims__one sec15:47
stevemardims__, we know nothing!15:47
dims__ihrachyshka: y - https://review.openstack.org/#/admin/groups/556,members15:48
ihrachyshkastevemar, that doesn't matter! you touched it with a long stick once, so I guess it means the whole community is now considered a group of experts!15:48
stevemarnoooo15:48
dims__haha... ++15:52
*** bknudson has quit IRC15:53
*** jungleboyj has joined #openstack-oslo15:54
*** inc0 has joined #openstack-oslo15:55
*** russellb has quit IRC15:57
*** bknudson has joined #openstack-oslo15:58
*** russellb has joined #openstack-oslo16:01
*** jungleboyj has quit IRC16:06
*** rushiagr_away is now known as rushiagr16:15
*** haypo has quit IRC16:22
openstackgerritMerged openstack/oslo.utils: Add JUNO as a target to versionutils module  https://review.openstack.org/17046016:27
*** mriedem has quit IRC16:30
*** thingee has joined #openstack-oslo16:32
*** mriedem has joined #openstack-oslo16:32
*** dulek has quit IRC16:34
thingeenot really sure how to mask a password in oslo_concurrency... I could make 'v' one of the sanitize keys in oslo_utils... but I dunno  http://lists.openstack.org/pipermail/openstack-dev/2015-April/061678.html16:35
*** jecarey has quit IRC16:37
*** EmilienM is now known as EmilienM|afk16:39
thingeethat key would just seem weird. If anyone has better suggestions for specific keys that projects need sanitized.16:43
sdakeare oslo.notifications guaranteed delivery?16:44
*** andreykurilin__ has joined #openstack-oslo16:45
*** amotoki_ has quit IRC16:50
*** inc0 has quit IRC16:52
*** russellb has quit IRC16:55
*** harlowja_away is now known as harlowja16:58
*** andreykurilin__ has quit IRC16:58
*** mtanino has quit IRC16:59
*** russellb has joined #openstack-oslo17:00
*** achanda has joined #openstack-oslo17:18
*** jecarey has joined #openstack-oslo17:32
dims__sdake: the guarantee depends on the what oslo.messaging is talking to...to send the notifications (rabbitmq with HA properly configured with disk nodes does ok)17:33
*** browne has quit IRC17:39
*** ihrachyshka has quit IRC17:40
*** EmilienM|afk is now known as EmilienM17:43
*** jecarey has quit IRC17:45
*** yamahata has joined #openstack-oslo17:45
openstackgerritDoug Hellmann proposed openstack/oslo.concurrency: Uncap library requirements for liberty  https://review.openstack.org/17448617:46
openstackgerritDoug Hellmann proposed openstack/cliff: Uncap library requirements for liberty  https://review.openstack.org/17448817:48
*** alexpilotti has quit IRC17:48
openstackgerritDoug Hellmann proposed openstack/debtcollector: Uncap library requirements for liberty  https://review.openstack.org/17449117:49
*** vipul has quit IRC17:50
krotschecksdague: How did you track down that stevedore dependency issue yesterday? I'm trying to find it again.17:52
*** EmilienM is now known as EmilienM|afk17:55
openstackgerritDoug Hellmann proposed openstack/oslo.config: Uncap library requirements for liberty  https://review.openstack.org/17449417:56
*** joesavak has joined #openstack-oslo17:57
*** sdake_ has joined #openstack-oslo17:59
*** vipul has joined #openstack-oslo17:59
*** jaypipes has quit IRC18:01
*** jecarey has joined #openstack-oslo18:01
*** jaypipes has joined #openstack-oslo18:01
openstackgerritDoug Hellmann proposed openstack/oslo.context: Uncap library requirements for liberty  https://review.openstack.org/17450218:02
dims__mriedem: all those tracebacks are from 1 spot in nova. "Logged from file manager.py, line 3531"18:02
*** sdake has quit IRC18:02
openstackgerritDoug Hellmann proposed openstack/oslo.db: Uncap library requirements for liberty  https://review.openstack.org/17450418:03
dims__that's master - and stable kilo is "Logged from file manager.py, line 3530"18:03
openstackgerritJoshua Harlow proposed openstack/oslo-specs: Add automaton adoption  https://review.openstack.org/14196118:03
*** sreshetnyak has joined #openstack-oslo18:03
openstackgerritDoug Hellmann proposed openstack/oslo.i18n: Uncap library requirements for liberty  https://review.openstack.org/17450918:03
dims__mriedem: so my vote is to just fix a LOG.debug on nova side rather than muck around with oslo.log which may end up breaking a whole lot of things18:04
openstackgerritDoug Hellmann proposed openstack/oslo.log: Uncap library requirements for liberty  https://review.openstack.org/17451018:04
mriedemdims__: this http://git.openstack.org/cgit/openstack/nova/tree/nova/compute/manager.py#n3530 ?18:04
dims__y18:04
mriedemdims__: i see the problem http://git.openstack.org/cgit/openstack/nova/tree/nova/compute/manager.py#n658418:05
sdaguekrotscheck: I went and looked in the grenade log18:05
openstackgerritDoug Hellmann proposed openstack/oslo.messaging: Uncap library requirements for liberty  https://review.openstack.org/17451218:05
mriedemanother v4 proxy bug, dansmith ^18:05
sdagueand scrolled to the end18:05
mriedemdims__: dansmith: i'll fix the nova problem18:05
dansmithmriedem: :(18:05
dims__mriedem: hahaha got switched?18:06
mriedemyeah, wrong arg order18:06
mriedemthat's why the keyerror on uuid18:06
dansmithmriedem: I'd like to blame the wild inconsistencies between our rpcapi and our managers, but... it's my fault18:06
openstackgerritDoug Hellmann proposed openstack/oslo.middleware: Uncap library requirements for liberty  https://review.openstack.org/17451318:06
mriedemnp, easy fix18:06
mriedemi guess we don't test change_instance_metadata?18:06
dims__mriedem: that's in stable/kilo too?18:07
openstackgerritDoug Hellmann proposed openstack/oslo.policy: Uncap library requirements for liberty  https://review.openstack.org/17451518:07
mriedemdims__: yeah18:07
mriedemwill require backport like the others18:07
dims__mriedem: whew! at least this logging helped find this problem. yay!18:07
openstackgerritDoug Hellmann proposed openstack/oslo.rootwrap: Uncap library requirements for liberty  https://review.openstack.org/17451618:07
mriedemwoot18:08
dims__:)18:08
openstackgerritDoug Hellmann proposed openstack/oslo.serialization: Uncap library requirements for liberty  https://review.openstack.org/17451818:08
openstackgerritDoug Hellmann proposed openstack/oslotest: Uncap library requirements for liberty  https://review.openstack.org/17452018:09
openstackgerritDoug Hellmann proposed openstack/oslo.utils: Uncap library requirements for liberty  https://review.openstack.org/17452118:09
openstackgerritDoug Hellmann proposed openstack/oslo.versionedobjects: Uncap library requirements for liberty  https://review.openstack.org/17452218:10
openstackgerritDoug Hellmann proposed openstack/oslo.vmware: Uncap library requirements for liberty  https://review.openstack.org/17452318:10
*** dulek has joined #openstack-oslo18:12
*** sdake has joined #openstack-oslo18:13
openstackgerritDoug Hellmann proposed openstack/stevedore: Uncap library requirements for liberty  https://review.openstack.org/17454718:15
openstackgerritDoug Hellmann proposed openstack/taskflow: Uncap library requirements for liberty  https://review.openstack.org/17454818:15
openstackgerritDoug Hellmann proposed openstack/tooz: Uncap library requirements for liberty  https://review.openstack.org/17454918:15
harlowjalet the uncapping begin!!18:15
harlowjalol18:15
openstackgerritMerged openstack/taskflow: Add job states in docs + states in python  https://review.openstack.org/17413718:15
harlowjathe great uncapping, lol18:15
* krotscheck is anxiously waiting for the uncapping :)18:16
harlowjaamen18:16
harlowjalol18:16
*** andreykurilin__ has joined #openstack-oslo18:17
*** sdake_ has quit IRC18:17
krotscheck@Redhat, they call it the unhattening18:17
krotscheckIt's a very private time for redhat employees ;)18:17
harlowjaha18:18
*** achanda has quit IRC18:20
*** browne has joined #openstack-oslo18:23
openstackgerritJoshua Harlow proposed openstack/oslo.serialization: Expose base msgpack exceptions so users don't need to import  https://review.openstack.org/17455318:25
krotscheckpoor zuul18:25
harlowjaon fire again?18:25
harlowjalol18:25
krotscheckharlowja: it's testing all the uncaps18:26
openstackgerritJoshua Harlow proposed openstack/oslo.serialization: Expose base msgpack exceptions so users don't need to import  https://review.openstack.org/17455318:27
*** achanda has joined #openstack-oslo18:28
dims__CI the great melting pot18:28
SpamapSas in, it melts the cloud boxes' CPUs :)18:32
dims__:)18:32
*** EmilienM|afk is now known as EmilienM18:33
*** yamahata has quit IRC18:42
*** gtt116__ has joined #openstack-oslo18:44
mtreinishSpamapS: then you just need to jam something fancy like this into the racks: http://www.zalman.com/DataFile/product/CNPS9900DF_b_01.jpg18:46
openstackgerritJoshua Harlow proposed openstack/taskflow: Add strict job state transition checking  https://review.openstack.org/17456018:46
*** gtt116_ has quit IRC18:47
*** achanda has quit IRC18:52
*** jungleboyj has joined #openstack-oslo18:59
openstackgerritJoshua Harlow proposed openstack/taskflow: Add strict job state transition checking  https://review.openstack.org/17456019:00
*** rushiagr is now known as rushiagr_away19:08
openstackgerritJoshua Harlow proposed openstack/taskflow: Add strict job state transition checking  https://review.openstack.org/17456019:09
*** sreshetnyak has quit IRC19:11
*** achanda has joined #openstack-oslo19:12
*** sreshetnyak has joined #openstack-oslo19:12
*** jungleboyj has quit IRC19:24
*** andreykurilin__ has quit IRC19:45
-openstackstatus- NOTICE: gerrit has been restarted to clear a problem with its event stream. any gerrit changes updated or approved between 19:14 and 19:46 utc will need to be rechecked or have their approval reapplied for zuul to pick them up19:47
*** yamahata has joined #openstack-oslo19:52
lifelessdhellmann: bnemec: https://review.openstack.org/#/c/123597/ plox19:53
dhellmannlifeless: I'm not going to have review capacity until we get the kilo stuff sorted :-/19:54
*** sreshetnyak has quit IRC19:54
*** kgiusti has left #openstack-oslo20:00
openstackgerritJoshua Harlow proposed openstack/taskflow: Add states generating venv and use pydot2  https://review.openstack.org/17457120:00
*** andreykurilin__ has joined #openstack-oslo20:16
*** jecarey has quit IRC20:23
*** jecarey has joined #openstack-oslo20:25
*** jecarey_ has joined #openstack-oslo20:26
*** joesavak has quit IRC20:30
*** jecarey has quit IRC20:30
*** joesavak has joined #openstack-oslo20:32
*** jsavak has joined #openstack-oslo20:34
*** achanda has quit IRC20:35
*** joesavak has quit IRC20:37
*** achanda has joined #openstack-oslo20:40
*** cdent has quit IRC20:47
*** cburgess_ has quit IRC20:58
*** cburgess has joined #openstack-oslo20:58
*** andreykurilin__ has quit IRC21:04
*** dulek has quit IRC21:05
openstackgerritMerged openstack-dev/pbr: Test that MANIFEST.in excludes work  https://review.openstack.org/12359721:07
*** harlowja is now known as harlowja_away21:11
*** EmilienM is now known as EmilienM|afk21:13
*** dims__ has quit IRC21:23
*** stpierre has quit IRC21:30
*** tsekiyam_ has joined #openstack-oslo21:33
*** jecarey_ has quit IRC21:35
*** yamahata has quit IRC21:36
*** tsekiyama has quit IRC21:36
*** yamahata has joined #openstack-oslo21:36
*** jecarey has joined #openstack-oslo21:37
*** tsekiyam_ has quit IRC21:37
*** jamielennox|away is now known as jamielennox21:39
*** stevemar has quit IRC21:39
lifelessdhellmann: fair enoug21:52
*** EmilienM|afk is now known as EmilienM21:55
*** yamahata has quit IRC22:02
*** dims__ has joined #openstack-oslo22:08
openstackgerritlifeless proposed openstack-dev/pbr: Ignore non-release related tags  https://review.openstack.org/14214422:09
openstackgerritlifeless proposed openstack-dev/pbr: Reinstate pure-git-hashes-are-illegal test.  https://review.openstack.org/17462522:09
*** gordc has quit IRC22:10
*** sigmavirus24 is now known as sigmavirus24_awa22:12
*** harlowja_away is now known as harlowja22:13
*** yamahata has joined #openstack-oslo22:21
*** sdake_ has joined #openstack-oslo22:28
*** jaypipes has quit IRC22:31
*** jsavak has quit IRC22:31
*** sdake has quit IRC22:31
*** sdake_ has quit IRC22:33
*** BrianShang_ has joined #openstack-oslo22:37
*** BrianShang has quit IRC22:40
*** EmilienM is now known as EmilienM|afk22:40
*** mriedem has quit IRC22:42
*** bknudson has quit IRC22:43
*** dims__ has quit IRC22:50
*** jecarey has quit IRC22:51
*** jgrimm is now known as zz_jgrimm23:04
*** zzzeek has quit IRC23:07
*** EmilienM|afk is now known as EmilienM23:10
*** jaosorior has quit IRC23:12
*** stevemar has joined #openstack-oslo23:12
*** stevemar has quit IRC23:17
openstackgerritJoshua Harlow proposed openstack/taskflow: Add threaded conductor and have the existing impl. use it (WIP)  https://review.openstack.org/17464323:28
openstackgerritJoshua Harlow proposed openstack/taskflow: Add states generating venv and use pydot2  https://review.openstack.org/17457123:29
openstackgerritJoshua Harlow proposed openstack/taskflow: Add states generating venv and use pydot2  https://review.openstack.org/17457123:29
*** sdake has joined #openstack-oslo23:34
openstackgerritlifeless proposed openstack-dev/pbr: Revert "Support platform-specific requirements files"  https://review.openstack.org/17464623:35
openstackgerritlifeless proposed openstack-dev/pbr: Revert "Support platform-specific requirements files"  https://review.openstack.org/17464623:39
*** thingee has quit IRC23:41
*** browne has quit IRC23:46
openstackgerritJoshua Harlow proposed openstack/taskflow: Add threaded conductor and have the existing impl. use it (WIP)  https://review.openstack.org/17464323:48
*** sdake_ has joined #openstack-oslo23:55
*** sdake has quit IRC23:59

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