Wednesday, 2017-05-17

*** slaweq has joined #openstack-shade02:10
*** slaweq has quit IRC02:15
*** gkadam has joined #openstack-shade03:24
*** gkadam has quit IRC03:24
*** gkadam has joined #openstack-shade03:24
*** slaweq has joined #openstack-shade03:38
*** slaweq has quit IRC03:43
openstackgerritOpenStack Proposal Bot proposed openstack-infra/shade master: Updated from global requirements  https://review.openstack.org/46522503:45
*** gouthamr has quit IRC03:57
*** mgagne has quit IRC06:53
*** mgagne has joined #openstack-shade06:56
*** mgagne is now known as Guest2410306:56
*** ioggstream has joined #openstack-shade07:43
*** gkadam is now known as gkadam-afk07:52
*** slaweq has joined #openstack-shade09:56
*** slaweq has quit IRC10:01
*** slaweq has joined #openstack-shade10:32
*** slaweq has quit IRC10:37
-openstackstatus- NOTICE: gerrit is being restarted to help stuck git replication issues10:54
*** cdent has joined #openstack-shade11:19
*** iogg has joined #openstack-shade11:32
*** ioggstream has quit IRC11:32
*** yfried has joined #openstack-shade11:51
*** yfried has quit IRC12:22
*** yfried has joined #openstack-shade12:23
*** yfried has quit IRC12:23
*** yfried has joined #openstack-shade12:23
*** gkadam-afk is now known as gkadam12:35
*** gouthamr has joined #openstack-shade12:40
*** iogg has quit IRC14:02
*** iogg has joined #openstack-shade14:03
*** rcarrillocruz has quit IRC14:20
*** yfried has quit IRC14:31
*** Guest24103 is now known as mgagne14:32
*** mgagne has quit IRC14:32
*** mgagne has joined #openstack-shade14:32
*** iogg has quit IRC14:35
*** ioggstream has joined #openstack-shade14:36
*** yfried has joined #openstack-shade14:38
*** slaweq has joined #openstack-shade14:39
*** slaweq has quit IRC14:48
*** gkadam has quit IRC14:50
rodsmordred looks like there's a bug in the list_volumes call, https://storyboard.openstack.org/#!/story/200102214:57
rodsworking on it14:57
mordredrods: I've been thinking recently that perhaps the magic bit in shade/_adapter.py that strips out the top-level dict parameter is maybe one step of magic too far ... what do you think?15:54
*** gouthamr_ has joined #openstack-shade15:58
rodsmordred ya, I like the idea to make it explicit in the methods15:59
*** gouthamr has quit IRC15:59
mordredit originally seemed like pretty much everything always returned a value with a single top-level dict ... but there are enough times when that isn't true - it seems a win for explicitness16:00
mordredthat's going to be an _ugly_ patch :)16:00
rodseven though looks like list_volumes is working in my test, I'm gonna test it with a vanilla shade enviroment, but if it works Id like to ask more info to understand what's going on16:01
mordredrods: oh! the bug is saying that the result in his cloud returns {"volumes_links": "", "volumes":[{},...]}16:06
mordredso maybe some versions of cinder return a volumes_links dict?16:06
*** yfried has quit IRC16:12
*** rcarrillocruz has joined #openstack-shade16:18
rodsmordred the only reference I found about 'volume_links' is something from the telekom.de cloud https://cloud.telekom.de/infrastruktur/open-telekom-cloud/dokumentation/native-openstack-api/cinder-api/volumes/16:25
mordredrods: (asking in #openstack-cinder ... but I think it points to it being safer for us to return the full dict and the pull out the key we want in the methods instead of assuming good behavior16:28
*** gouthamr_ has quit IRC16:28
rodsmordred ya, that seems the way to go16:29
mordredrods: do you want to do that? it's lkely going to be a huge and tedious patch... basically removing 135-142 in shade/_adapter.py and then dealing with the carnage16:32
rodsmordred yup, I can do that16:32
rodswant me to update that ticket on storyboard?16:34
mordredsure!16:35
* mordred hands rods bodyarmor16:35
*** gouthamr has joined #openstack-shade17:01
*** ioggstream has quit IRC17:03
openstackgerritMonty Taylor proposed openstack-infra/shade master: Make sure security_groups is always a list  https://review.openstack.org/46567217:03
mordredShrews, rcarrillocruz (or anyone really): ^^ (responding to an ansible bug)17:05
*** yfried has joined #openstack-shade17:07
rcarrillocruzat the expense of maybe unit tests stating -1, +2 from me17:10
mordredrcarrillocruz: bah. that's just silly17:11
* rcarrillocruz not a fan of unit tests17:11
rodsmordred did you get any reply from the #openstack-cinder channel about the volumes_link? sorry wasn't logged into the channel when you asked17:16
mordrednope. poking sean17:20
mordredrods: maybe we should do a small patch in list volumes that checks to see if it got volume/volume_links and if so pulls out the volume content (could even just be in _normalize_volume actually)17:21
mordredthen cut a release of shade with that - so that reworking the whole adapter stack can be in teh next release17:21
mordred(tis' going to be such a big patch it would be nice to isolate it slightly ya know?)17:22
mordredit's slighly ugly to do the special case- but we can at least fix the know break quickly17:22
*** yfried has quit IRC17:22
openstackgerritMonty Taylor proposed openstack-infra/shade master: Make sure security_groups is always a list  https://review.openstack.org/46567217:22
rodsmordred ya, seems reasonable to me17:22
mordredShrews: if you have a sec - you wrote the original nova_client code in https://review.openstack.org/#/c/464772/- would love an ack from you on the replacement (also, the switch uncovered a race condition which is why I switched to deleting by server_id)17:25
Shrewsmordred: in a bit17:25
*** yfried has joined #openstack-shade17:41
Shrewsmordred: lgtm17:44
*** yfried has quit IRC17:45
mordredShrews: thanks17:46
rodsmordred need to step away for a few, I'll work on the volumes_list patch as soon as I get back17:49
mordredrods: sweet. thanks!17:49
*** yfried has joined #openstack-shade17:56
*** jamielennox is now known as jamielennox|away17:59
*** jamielennox|away is now known as jamielennox18:05
openstackgerritMerged openstack-infra/shade master: Remove direct uses of nova_client in functional tests  https://review.openstack.org/46477218:49
openstackgerritMerged openstack-infra/shade master: Make sure security_groups is always a list  https://review.openstack.org/46567218:49
*** yfried has quit IRC18:52
openstackgerritMerged openstack-infra/shade master: Updated from global requirements  https://review.openstack.org/46522519:00
*** mordred has quit IRC19:05
*** mordred has joined #openstack-shade19:06
*** cdent has quit IRC20:05
*** slaweq has joined #openstack-shade20:38
*** slaweq has quit IRC20:38
*** slaweq has joined #openstack-shade20:41
*** gouthamr has quit IRC20:44
*** gouthamr has joined #openstack-shade21:14
*** slaweq has quit IRC21:54
*** gouthamr has quit IRC23:12
*** gouthamr has joined #openstack-shade23:20

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