*** gouthamr has joined #openstack-shade | 00:10 | |
openstackgerrit | Ian Wienand proposed openstack-infra/shade master: Use unicode match for name_or_id https://review.openstack.org/440924 | 00:12 |
---|---|---|
*** gouthamr has quit IRC | 06:02 | |
*** abregman has joined #openstack-shade | 06:15 | |
*** yfried has joined #openstack-shade | 07:43 | |
*** larainema has quit IRC | 08:22 | |
*** abregman is now known as abregman|mtg | 09:42 | |
*** abregman|mtg has quit IRC | 09:42 | |
*** abregman has joined #openstack-shade | 09:44 | |
*** abregman has quit IRC | 10:29 | |
*** openstackgerrit has quit IRC | 10:33 | |
*** abregman has joined #openstack-shade | 10:42 | |
*** cdent has joined #openstack-shade | 10:52 | |
*** larainema has joined #openstack-shade | 11:53 | |
*** jamielennox is now known as jamielennox|away | 12:50 | |
*** abregman has quit IRC | 12:59 | |
*** abregman has joined #openstack-shade | 13:00 | |
*** abregman is now known as abregman|mtg | 13:03 | |
*** abregman|mtg has quit IRC | 13:31 | |
Shrews | mordred: e.g., http://logs.openstack.org/14/440914/3/check/gate-shade-dsvm-ansible-dev-nv/0397daa/console.html#_2017-03-03_04_13_04_644546 | 13:38 |
mordred | rcarrillocruz: looks like something with update_group ... didn't we land something related to that recentlyish? | 13:39 |
Shrews | mordred: an os_group.py change? | 13:40 |
Shrews | or shade? | 13:41 |
rcarrillocruz | hmm, doesn't ring a bell, let me see | 13:43 |
*** abregman|mtg has joined #openstack-shade | 13:43 | |
Shrews | rcarrillocruz: mordred: https://github.com/ansible/ansible/commit/352815ecbbf95c959819f6051507116d2eb1cdc0 ? | 13:45 |
mordred | Shrews: maybe that's what I was thinking of | 13:45 |
rcarrillocruz | yeah, was trying to search the PR, but gh search is bs | 13:46 |
mordred | rcarrillocruz: ++ | 13:46 |
rcarrillocruz | let me repro in a devstack | 13:47 |
samueldmq | morning shade | 13:52 |
Shrews | morning | 13:53 |
rcarrillocruz | hi samu | 13:54 |
thingee | samueldmq: Morning | 14:01 |
samueldmq | Shrews: rcarrillocruz: thingee o/ | 14:03 |
*** abregman|mtg has quit IRC | 14:04 | |
mordred | morning samueldmq and thingee | 14:04 |
samueldmq | mordred: o/ | 14:05 |
*** abregman|mtg has joined #openstack-shade | 14:19 | |
*** gouthamr has joined #openstack-shade | 14:25 | |
*** openstackgerrit has joined #openstack-shade | 14:52 | |
openstackgerrit | Merged openstack-infra/shade master: Remove service names in OpenStackCloud docs https://review.openstack.org/439709 | 14:52 |
openstackgerrit | Merged openstack-infra/shade master: Fix OpenStack and ID misspellings https://review.openstack.org/439744 | 14:57 |
openstackgerrit | Merged openstack-infra/shade master: Rename ClusterTemplate in OpenStackCloud docs https://review.openstack.org/439779 | 14:57 |
rcarrillocruz | Shrews , mordred : issue is the default | 16:13 |
rcarrillocruz | by having it None | 16:13 |
rcarrillocruz | the get_group , returns None | 16:14 |
rcarrillocruz | alas | 16:14 |
rcarrillocruz | 'can't find group FOO on domain None' | 16:14 |
rcarrillocruz | changing it to 'default' works in devstack | 16:14 |
rcarrillocruz | unsure if the default domain labeled 'default' is a standard amongst all openstack installations? | 16:14 |
rcarrillocruz | i can push a patch to change it to default for now to unblock things | 16:15 |
rcarrillocruz | https://github.com/ansible/ansible/pull/22321 | 16:23 |
Shrews | rcarrillocruz: well, things aren't blocked (yet) because that job is non-voting. but would be once 2.3 is released with that change | 16:28 |
Shrews | using 'default' for the default seems wrong there | 16:29 |
Shrews | rcarrillocruz: should the get_group() call in the module not pass 'filters' if there is no domain id? would that fix it? | 16:30 |
Shrews | it didn't pass filters before colleen's change | 16:31 |
*** yfried has quit IRC | 16:32 | |
rcarrillocruz | Possibly , let me check | 16:33 |
*** abregman|mtg has quit IRC | 16:55 | |
*** mgagne_ has quit IRC | 17:05 | |
*** mgagne_ has joined #openstack-shade | 17:05 | |
*** Matias has quit IRC | 17:54 | |
*** Matias has joined #openstack-shade | 17:58 | |
rcarrillocruz | thingee: thx for the review | 18:15 |
rcarrillocruz | Shrews, mordred : i merged the fix | 18:15 |
rcarrillocruz | let me know if you encounter other issues in the gate | 18:15 |
Shrews | rcarrillocruz: \o/ thx | 18:16 |
* rcarrillocruz goes back to non-cloudy things on Cisco devices | 18:20 | |
sigmavirus | Does shade still use betamax with the ksa fixture? | 19:41 |
*** gouthamr has quit IRC | 19:54 | |
mordred | sigmavirus: nope - we shifted to just using requests_mock | 20:02 |
sigmavirus | mordred: good to know. You still have a lot of betamax cruft in there =) | 20:02 |
sigmavirus | Thought there might be some magic I was missing | 20:02 |
mordred | sigmavirus: I still harbor fantasties of having a betamax mode for our functional tests... | 20:03 |
* sigmavirus is adding it to another project, wanted to make sure I was going to be using the ksa fixture properly based off of shade's usage | 20:04 | |
mordred | sigmavirus: it _totally_ worked the way were were using it - it was just overkill in the area that we were | 20:04 |
* sigmavirus nods | 20:05 | |
mordred | sigmavirus: https://review.openstack.org/#/c/427323/ is the patch where we removed the one betamax fixture test we had, in case it's helpful | 20:06 |
mordred | sigmavirus: also, enjoy the 2k line cassette that encodes "create flavor" :) | 20:07 |
*** gouthamr has joined #openstack-shade | 20:13 | |
sigmavirus | lmao | 20:14 |
sigmavirus | oooh | 20:15 |
sigmavirus | I see how y'all were using it | 20:15 |
*** jamielennox|away is now known as jamielennox | 21:00 | |
jlk | those are such fun | 21:04 |
-openstackstatus- NOTICE: restarting gerrit to address performance problems | 21:16 | |
*** gouthamr has quit IRC | 22:05 | |
*** gouthamr has joined #openstack-shade | 22:24 | |
*** cdent has quit IRC | 23:08 | |
notmorgan | sigmavirus: yeah =/ | 23:16 |
notmorgan | i wish it wasn't so much overkill | 23:16 |
notmorgan | i loved it | 23:16 |
notmorgan | we can just dump the KSA fixture at this point | 23:16 |
notmorgan | it's not super important and is literally only for tests that are no longer happening | 23:16 |
notmorgan | sigmavirus: oh unless you're using it | 23:17 |
notmorgan | which case we'll keep it | 23:17 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!