Tuesday, 2016-12-20

thingeemordred hey, do you know what's going with the issue moves to ansible/ansible? https://github.com/ansible/ansible-modules-core/issues/4108#issuecomment-26219585200:06
thingeeif you take that one for example, it's not moved over to ansible/ansible when doing a search for it00:06
mordredthingee: there's a tool they made that can help move things ...00:07
thingeeI thought it was automatic though?00:07
thingeeor are we expected to run this "automatic tool"00:07
mordredno - unfortunately not automatic00:07
mordredthe issue move they suggest is https://github-issue-mover.appspot.com/00:07
mordredhttps://docs.ansible.com/ansible/dev_guide/repomerge.html <-- docs on the merge00:08
thingeeugh00:08
mordredyah. it's not the best00:16
*** gouthamr has quit IRC02:10
*** jamielennox is now known as jamielennox|away03:08
*** jamielennox|away is now known as jamielennox03:22
*** yfried has joined #openstack-shade06:48
*** jamielennox is now known as jamielennox|away07:28
*** abregman has joined #openstack-shade07:41
*** abregman has quit IRC08:13
*** abregman has joined #openstack-shade09:31
*** yfried has quit IRC12:22
*** gouthamr has joined #openstack-shade12:55
*** yfried has joined #openstack-shade13:05
*** abregman has quit IRC13:26
*** abregman has joined #openstack-shade13:26
openstackgerritMonty Taylor proposed openstack-infra/shade: Add in a dynamic project scope test fixture  https://review.openstack.org/41045315:19
openstackgerritMonty Taylor proposed openstack-infra/shade: Add functional test to show floating ip reuse  https://review.openstack.org/40984215:19
openstackgerritMonty Taylor proposed openstack-infra/shade: Add in a dynamic project scope test fixture  https://review.openstack.org/41045315:27
openstackgerritMonty Taylor proposed openstack-infra/shade: Add functional test to show floating ip reuse  https://review.openstack.org/40984215:27
openstackgerritMonty Taylor proposed openstack-infra/shade: Add test to verify devstack keystone config  https://review.openstack.org/41313915:27
*** abregman has quit IRC16:24
Shrewsmordred: re: https://review.openstack.org/#/c/412530/2/shade/openstackcloud.py16:55
Shrewssince the swift_client_lock is removed, do we need to always just return a new client from swift_client()?16:55
Shrewsor maybe keep that lock around16:56
mordredShrews: we could - we mostly stop caring about swift_client with that patch16:57
mordredsince we don't use it interally16:57
Shrewsmordred: that was option 316:57
Shrewswhich i'm good with, just wanted to make sure that was considered16:57
mordredShrews: we could totally just always return one though - for glance_client too16:58
mordredShrews: I don't think that we need to cache them anymore16:58
openstackgerritMerged openstack-infra/shade: Extract assertion method for asserting calls made  https://review.openstack.org/41210317:08
openstackgerritMerged openstack-infra/shade: Make munch aware assertEqual test method  https://review.openstack.org/41210417:09
Shrewsmordred: reviewed your stack. https://review.openstack.org/412530 has a -117:11
Shrewsall rest +2'd17:11
mordredShrews: just fixing hte -1 now. thank you!17:13
mordredShrews: so it makes sense / reads ok?17:13
Shrewsmordred: yeah. i mean, i didn't bother testing things like i normally do (just trusted you knew what you were doing), but the flow makes sense17:14
openstackgerritMonty Taylor proposed openstack-infra/shade: Switch swift calls to REST  https://review.openstack.org/41253017:15
openstackgerritMonty Taylor proposed openstack-infra/shade: Make assert_calls a bit more readable  https://review.openstack.org/41254917:15
openstackgerritMonty Taylor proposed openstack-infra/shade: Make delete_object return True and False  https://review.openstack.org/41254317:15
openstackgerritMonty Taylor proposed openstack-infra/shade: Update swift exception tests to use 416  https://review.openstack.org/41254417:15
mordredShrews: ^^ fixed - and also just made swift_client return directly17:17
morganmordred: annnnd now my internet is "working" again17:55
morgan.... grumble.17:55
*** yfried has quit IRC18:01
morganmordred: looking at the failures now.18:04
mordredmorgan: http://logs.openstack.org/42/409842/11/check/gate-shade-dsvm-functional-neutron/f94197d/console.html is the interesting one ...18:08
mordredmorgan: http://logs.openstack.org/42/409842/11/check/gate-shade-dsvm-functional-neutron/f94197d/console.html18:08
mordredmorgan: I'm about to push up a new patch to the base patchset I made (typo on my part)18:08
openstackgerritMonty Taylor proposed openstack-infra/shade: Add in a dynamic project scope test fixture  https://review.openstack.org/41045318:09
openstackgerritMonty Taylor proposed openstack-infra/shade: Add test to verify devstack keystone config  https://review.openstack.org/41313918:09
openstackgerritMonty Taylor proposed openstack-infra/shade: Add functional test to show floating ip reuse  https://review.openstack.org/40984218:09
morganmordred: okie18:09
mordredmorgan: gah. http://logs.openstack.org/42/409842/11/check/gate-shade-dsvm-functional-neutron/f94197d/console.html#_2016-12-20_16_14_08_123973 is what I meant to link18:10
morganmordred: my assertion may just be wrong18:10
*** yfried has joined #openstack-shade18:14
openstackgerritMorgan Fainberg proposed openstack-infra/shade: Add in a dynamic project scope test fixture  https://review.openstack.org/41045318:14
morganmordred: ^ that was a bug.18:14
morgani was trying to assign the user/grant to the original project18:15
morgannot the new one18:15
mordredmorgan: whoopsie :)18:26
morganmordred: yeah18:26
morganhttps://www.irccloud.com/pastebin/BynLTd4P/19:26
morganmordred: ^ new failure.19:26
morganmordred: but we're close19:27
*** gouthamr has quit IRC19:29
morganmordred: ahh looks like that comes from your parent patch19:31
morganmordred: i think your test needs to be inverted,  devstack defaults to v3 only now19:39
openstackgerritMorgan Fainberg proposed openstack-infra/shade: Add test to verify devstack keystone config  https://review.openstack.org/41313919:40
mordredmorgan: export SHADE_USE_KEYSTONE_V2=1 should be set only in the keystone v2 job19:41
morganor the mordred right, so you were checking v2 and defaulting it to "on"19:42
mordredmorgan: oh. duh. because I'm dumb19:42
morgan if os.environ.get('SHADE_USE_KEYSTONE_V2', '1'):19:42
morgan            self.assertEqual('2.0', self.identity_version)19:42
morganyah19:42
morgani just changed that to default to v319:42
morgan if os.environ.get('SHADE_USE_KEYSTONE_V2', '0'):19:42
morgannow19:42
openstackgerritMonty Taylor proposed openstack-infra/shade: Add in a dynamic project scope test fixture  https://review.openstack.org/41045319:48
openstackgerritMonty Taylor proposed openstack-infra/shade: Add functional test to show floating ip reuse  https://review.openstack.org/40984219:48
mordredmorgan: (rebased those other two)19:48
morgancool19:49
*** gouthamr has joined #openstack-shade19:50
morganmordred: https://review.openstack.org/#/c/409842/13/shade/tests/functional/test_floating_ip.py work in progress? with the pprint lines?20:02
mordredmorgan: oh - well - I put those in there when it was failing to figure out what was going on20:07
mordredmorgan: if it passes, we can remove them :)20:07
morgan;)20:07
morganhmm20:23
morganmordred: oh.. i think i am "wrong" on my fix20:26
morgantoo20:26
*** yfried has quit IRC20:27
morganyep20:27
morgan>>> if '0': print "True"20:27
morgan...20:27
morganTrue20:27
morgan'0' is still "true"20:27
mordredmorgan: we're really good at computers20:27
morganright?!20:28
morganfixing now20:28
mordredwe need if os.environ.get('SHADE_USE_KEYSTONE_V2', '0') == '1'20:28
mordredmorgan: and we need to both go back to basic computer school20:28
morgani was going to go with:20:28
morgan        use_keystone_v2 = os.environ.get('SHADE_USE_KEYSTONE_V2', False)20:29
morgan        if use_keystone_v2 and use_keystone_v2 != '0':20:29
morganwhich menas someone can override the env with '0' and get an expected result20:29
morganbut we can also accept "True", "yes", "omg pleae"20:29
morgan:P20:29
openstackgerritMorgan Fainberg proposed openstack-infra/shade: Add test to verify devstack keystone config  https://review.openstack.org/41313920:30
morganannnyway...20:31
openstackgerritMorgan Fainberg proposed openstack-infra/shade: Add in a dynamic project scope test fixture  https://review.openstack.org/41045320:31
openstackgerritMorgan Fainberg proposed openstack-infra/shade: Add functional test to show floating ip reuse  https://review.openstack.org/40984220:31
*** jamielennox|away is now known as jamielennox20:44
mordredthingee: if you have a moment - we keep failing with timeouts in a cinder test: https://review.openstack.org/#/c/412105/ like http://logs.openstack.org/05/412105/4/check/gate-shade-dsvm-functional-legacy/ba963f4/console.html#_2016-12-20_19_23_54_92673921:02
mordredthingee: but only on the legacy devstack config (which has nova-net and keystone v2)21:02
mordredthingee: I'm wondering if there is something we're doing there which is causing cinder to have sads21:03
mordredthingee: but I can't see anything from looking21:03
*** gouthamr has quit IRC21:09
morganmordred: https://review.openstack.org/#/c/413139/4 is passing now!21:19
morganyay21:19
morganmordred: looking at the fixture stuff, looks like a small bug in the logic21:20
*** gouthamr has joined #openstack-shade22:13
thingeemordred checking23:10
mordredthingee: awesome. thanks!23:43
thingeemordred the error mentions serverlist. Why do you think it's volume related?23:46
thingeeaside from the test name23:47
mordredthingee: sorry, I gave bad link23:49
mordredthingee: http://logs.openstack.org/05/412105/4/gate/gate-shade-dsvm-functional-legacy/f3926ef/console.html#_2016-12-20_17_12_24_39063423:49
mordred"Timeout waiting for the volume to be deleted."23:49
thingeegot it, thanks!23:49
mordredthingee: that said - that could be ANYTHING tbh23:50
mordredthingee: as to verify the volume being deleted we may be getting status on other things23:50

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