Wednesday, 2018-12-19

*** mriedem has quit IRC00:27
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Turn off unneeded devstack services  https://review.openstack.org/62605800:41
openstackgerritDean Troyer proposed openstack/python-openstackclient master: More volume functional test fixes  https://review.openstack.org/62602001:10
*** dayou has quit IRC01:59
*** dayou has joined #openstack-sdks02:06
*** dave-mccowan has joined #openstack-sdks03:05
*** dave-mccowan has quit IRC03:24
*** bobh has joined #openstack-sdks03:25
*** slaweq has quit IRC04:13
*** bobh has quit IRC04:30
openstackgerritDean Troyer proposed openstack/python-openstackclient master: More volume functional test fixes  https://review.openstack.org/62602004:33
*** gildub has joined #openstack-sdks04:40
*** bobh has joined #openstack-sdks04:43
*** bobh has quit IRC05:22
*** gildub has quit IRC05:24
*** dims has quit IRC06:27
*** dims has joined #openstack-sdks06:28
*** dims has quit IRC06:33
*** dims has joined #openstack-sdks06:34
*** mgagne has quit IRC06:35
*** mgagne has joined #openstack-sdks06:40
*** ianw is now known as ianw_pto06:43
*** slaweq has joined #openstack-sdks07:59
*** tosky has joined #openstack-sdks08:02
*** markvoelker has joined #openstack-sdks08:10
*** gkadam has joined #openstack-sdks08:11
*** jpena|off is now known as jpena08:47
*** e0ne has joined #openstack-sdks08:47
*** jpich has joined #openstack-sdks09:04
*** e0ne has quit IRC09:28
*** e0ne has joined #openstack-sdks09:50
*** ttsiouts has joined #openstack-sdks09:58
*** gtema has joined #openstack-sdks10:15
*** ttsiouts has quit IRC10:16
*** ttsiouts has joined #openstack-sdks10:16
*** ttsiouts has quit IRC10:21
*** ttsiouts has joined #openstack-sdks10:25
*** ssbarnea|rover has joined #openstack-sdks10:37
*** e0ne has quit IRC11:09
*** ttsiouts has quit IRC11:27
*** e0ne has joined #openstack-sdks12:01
*** ttsiouts has joined #openstack-sdks12:20
*** jpena is now known as jpena|lunch12:29
*** ttsiouts has quit IRC12:54
*** ttsiouts has joined #openstack-sdks12:57
*** jpena|lunch is now known as jpena13:01
*** bobh has joined #openstack-sdks13:04
*** mriedem has joined #openstack-sdks13:06
*** dave-mccowan has joined #openstack-sdks13:08
*** gtema has quit IRC13:14
*** markvoelker has quit IRC13:24
*** e0ne has quit IRC13:43
*** e0ne has joined #openstack-sdks14:02
*** bobh has quit IRC14:25
*** ssbarnea|rover has quit IRC14:40
*** ssbarnea has joined #openstack-sdks14:41
*** cdent has joined #openstack-sdks16:01
*** bobh has joined #openstack-sdks16:06
*** bobh has quit IRC16:06
*** bobh has joined #openstack-sdks16:08
*** e0ne has quit IRC17:05
*** jpich has quit IRC17:11
*** ttsiouts has quit IRC17:14
*** e0ne has joined #openstack-sdks17:19
*** e0ne has quit IRC17:24
*** gkadam has quit IRC17:46
*** jpena is now known as jpena|off17:54
*** cdent has quit IRC18:15
*** e0ne has joined #openstack-sdks18:33
*** tobiash has quit IRC18:35
*** e0ne has quit IRC18:40
*** tobiash has joined #openstack-sdks18:44
*** tobiash has quit IRC18:47
*** tobiash has joined #openstack-sdks18:48
mordredShrews: sorry for the delay - I'm sort of down a little bit of a rabbit hole poking at tests that aren't doing what we think they are19:29
Shrewsmordred: i don't have you on any timer19:32
mordredShrews: I ... I started pulling on some threads19:33
Shrewsspelunk down those rabbit holes if it entertains you  :)19:33
mordredShrews: "entertain"19:35
*** gouthamr_ is now known as gouthamr19:38
*** e0ne has joined #openstack-sdks19:40
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Properly munch for resource sub-dicts  https://review.openstack.org/62592319:45
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Start using direct REST in normalize tests  https://review.openstack.org/62637919:45
openstackgerritMonty Taylor proposed openstack/openstacksdk master: WIP Compute location properly in server  https://review.openstack.org/62638019:45
mordredShrews: the first two are solid, the third is a deeper rabbit hole that needs to be done but is not essential for this moment in time19:46
Shrewslooking19:46
Shrewsmordred: what is 'original_names'?19:48
mordredShrews: it's whether you want the dict from the sdk Resource to have the keys as they came from the remote host, or whether you want it to have its already normalized names19:49
mordredShrews: right now in the shade layer we're asking for original_names so that our normalize things, which were written to normalize the unnormalized names, will still work19:50
mordredbut that's so many layers or normalizing19:50
mordredShrews: I was figuring that a two-step approach to getting to just returning the Resource objects directly would be a patch to say original_names=False with the update to the normalize function - then a patch to update the Resource with any missing fields, remove the normalize function and just return the resource19:51
mordredShrews: although, in reality, it's likely more confusing to do that- and just doing a patch to return the resource directly is fine...19:52
mordredShrews: at least once the test_normalize file is actually doing all requests_mock so we're testing the outcome of calling the method19:52
mordredsince that shoudl then let us test that we're not breaking contract over the switch19:52
*** tobiash has quit IRC19:53
Shrewsmordred: we should probably make tobiash's new test depend on that when it is ready to validate it fixes the nodepool issue19:54
Shrews(and doesn't break something _else_)19:55
mordred++19:55
Shrewsmordred: https://review.openstack.org/#/c/626379/1/openstack/tests/unit/base.py   <-- you don't like 'p' in your project names????  :)19:58
*** tobiash has joined #openstack-sdks19:58
Shrewsline 21619:58
mordredShrews: p's are for lusers19:58
Shrewsi thought they were for posers19:59
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Properly munch for resource sub-dicts  https://review.openstack.org/62592320:19
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Start using direct REST in normalize tests  https://review.openstack.org/62637920:19
openstackgerritMonty Taylor proposed openstack/openstacksdk master: WIP Compute location properly in server  https://review.openstack.org/62638020:19
mordredShrews: ok. I think that should take care of the issues20:19
mordredtobiash: ^^20:20
mordredShrews: while I've got you here: https://review.openstack.org/#/c/626058/ is a copy of stuff clarkb did for nodepool20:22
*** e0ne has quit IRC20:23
mordredslaweq: if you have a sec, another neutron patch for you: https://review.openstack.org/#/c/625381/320:23
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Drop self.conn from base.TestCase  https://review.openstack.org/62511520:25
slaweqmordred: looking20:37
slaweqmordred: commented20:44
slaweqmordred: basically this feature has only spec merged so far and I'm not sure if it's good time to merge it20:45
*** bobh has quit IRC20:53
mordredslaweq: cool- thanks! (This is why it's good to defer to subject matter experts :) )20:58
*** ssbarnea has quit IRC21:00
slaweqmordred: yes, I agree :)21:01
*** tosky has quit IRC21:02
*** bobh has joined #openstack-sdks21:29
*** bobh has quit IRC21:34
openstackgerritMerged openstack/openstacksdk master: Import code for building ironic-compatible configdrives  https://review.openstack.org/62444121:38
openstackgerritMerged openstack/openstacksdk master: Turn off unneeded devstack services  https://review.openstack.org/62605821:53
*** slaweq has quit IRC22:13
*** markvoelker has joined #openstack-sdks22:15
*** bobh has joined #openstack-sdks22:19
*** bobh has quit IRC22:23
*** bobh has joined #openstack-sdks22:55
*** bobh has quit IRC23:00
*** bobh has joined #openstack-sdks23:15
*** bobh has quit IRC23:38
*** tosky has joined #openstack-sdks23:56
*** slaweq has joined #openstack-sdks23:57

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