Tuesday, 2018-11-06

openstackgerritDuc Truong proposed openstack/openstacksdk master: Add wait functions to orchestration proxy  https://review.openstack.org/61570200:58
dtruongmordred: ^ This change adds back the functions that senlin is calling.01:00
*** ignatenkobrain has quit IRC02:17
openstackgerritmelanie witt proposed openstack/python-openstackclient master: Handle multiple ports in AddFloatingIP  https://review.openstack.org/61535302:27
*** ignatenkobrain has joined #openstack-sdks02:50
*** lbragstad has quit IRC03:16
*** ignatenkobrain has quit IRC03:39
*** dave-mccowan has joined #openstack-sdks04:28
*** ignatenkobrain has joined #openstack-sdks04:31
*** gildub_ has quit IRC04:41
*** dave-mccowan has quit IRC04:53
*** gildub has joined #openstack-sdks05:08
*** e0ne has joined #openstack-sdks06:24
*** gildub has quit IRC06:27
*** e0ne has quit IRC06:44
*** e0ne has joined #openstack-sdks06:48
*** gildub has joined #openstack-sdks06:50
*** Luzi has joined #openstack-sdks06:53
openstackgerritShilpa Devharakar proposed openstack/openstacksdk master: Add functional tests for masakari  https://review.openstack.org/61574406:58
*** dayou has quit IRC07:07
*** e0ne has quit IRC07:07
*** dayou has joined #openstack-sdks07:07
*** gkadam_ has joined #openstack-sdks07:45
*** dayou_ has joined #openstack-sdks08:03
*** dayou has quit IRC08:04
*** gildub has quit IRC08:10
*** gildub has joined #openstack-sdks08:41
*** jpena|off is now known as jpena08:47
openstackgerritNguyen Hai Truong proposed openstack-infra/shade master: Add python 3.6 unit test job  https://review.openstack.org/61578308:53
*** jpich has joined #openstack-sdks08:57
*** gtema has joined #openstack-sdks09:18
*** cdent has joined #openstack-sdks09:22
*** gildub has quit IRC09:42
*** lbragstad has joined #openstack-sdks10:00
*** ttsiouts has joined #openstack-sdks10:07
*** ttsiouts has quit IRC10:18
*** dayou_ has quit IRC10:43
*** lbragstad has quit IRC11:02
*** lbragstad has joined #openstack-sdks11:04
*** e0ne has joined #openstack-sdks11:11
*** dtantsur|afk is now known as dtantsur11:33
*** gkadam_ has quit IRC11:46
*** gkadam has joined #openstack-sdks11:46
openstackgerritColleen Murphy proposed openstack/keystoneauth master: Add py36 tox environment  https://review.openstack.org/61584511:57
*** gtema has quit IRC12:18
openstackgerritSven Wegener proposed openstack/python-openstackclient master: image/v2: support multiple property filters  https://review.openstack.org/61585012:23
*** dayou has joined #openstack-sdks12:25
*** markvoelker has joined #openstack-sdks12:27
*** e0ne has quit IRC12:29
*** dave-mccowan has joined #openstack-sdks12:29
*** jpena is now known as jpena|lunch12:38
*** e0ne has joined #openstack-sdks12:43
*** gtema has joined #openstack-sdks13:18
*** gtema has quit IRC13:21
*** markvoelker has quit IRC13:21
dtantsurmordred: hi! how do I use baremetal_endpoint_override in clouds.yaml? a naive approach does not seem to work..13:27
*** jpena|lunch is now known as jpena13:28
*** cdent has quit IRC13:31
dtantsurnvm, I'm probably being stupid13:35
mordreddtantsur: you put it in the clouds.yaml :)13:38
dtantsurright, I probably screwed up a thing in metalsmith13:39
mordredit's also entirely possible there is a bug13:41
mordreddtruong: awesome - and yay, a test failure! :)13:41
dtantsurmordred: in case you're curious: https://review.openstack.org/#/c/615878/13:48
mordredI'm always curious13:51
mordredah - interesting13:51
mordreddtantsur: out of more curiousity - why does _os_api.API take both a session/adapter and a Connection ... is that just hysterical raisins?13:53
mordredah ... because it also uses ironic_client13:53
mordredI'm glad passing that adapter to the ironic client works!13:54
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Test python2 with py27  https://review.openstack.org/61554314:06
dtantsurmordred: yep, it's to make ironicclient happy (I cannot find time to get rid of it)14:09
mordreddtantsur: eventually14:10
*** mriedem has joined #openstack-sdks14:11
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Test python2 with py27  https://review.openstack.org/61554314:12
*** bobh has joined #openstack-sdks14:19
dtantsurmordred: just learned: https://github.com/openstack/openstacksdk/blob/master/openstack/service_description.py#L154 can return None, causing the following code to fail14:28
* dtantsur tries to understand what to do in this case14:29
mordreddtantsur: oh - right. poo. I think just line 161 should be if data and (data.catalog_url != data.service_url): ?14:30
mordredhrm. no - I htink you're right - more understanding is needed14:31
dtantsurmordred: in my case it happened when ironic was down and baremetal_endpoint_override was set14:31
mordredah - yeah - so in that case, the None is an indication that no service was found14:31
Shrewssuch a common bug14:33
mordredso - I think the above if data would then result in an adapter with the endpoint_override - which would then throw a network connection error on use?14:33
mordredwhat a great edge case!14:33
dtantsur\o/14:33
* dtantsur likes Rust more and more14:34
mordreddtantsur: ++14:34
Shrewsswift actually handles this very well, too14:34
* mordred looks at Shrews with raised eyebrows14:35
Shrewsyeah yeah, i know14:35
Shrewsi was curious14:35
Shrewsand pleasantly surprised, tbh14:35
mordredweird14:36
Shrews"swift" being the language, not the object store thingy (if that wasn't clear)14:37
mordredyeah. I mean - I'm sure swift the object store would also handle this well14:38
mordredbut that's largely just becaues timburke finds all the bugs14:38
Shrewsmordred: this is unrelated to your change, yeah? http://logs.openstack.org/32/614832/3/check/osc-functional-devstack-tips/aa1ce44/job-output.txt.gz#_2018-11-04_15_03_56_19774714:53
Shrewsi've never seen that failure before14:54
*** munimeha1 has joined #openstack-sdks14:58
*** e0ne has quit IRC15:06
*** Luzi has quit IRC15:09
*** ttsiouts has joined #openstack-sdks15:25
*** gkadam has quit IRC15:30
*** cdent has joined #openstack-sdks15:36
*** ttsiouts has quit IRC15:46
*** ttsiouts has joined #openstack-sdks15:47
*** ttsiouts has quit IRC15:50
*** ttsiouts has joined #openstack-sdks15:50
mordredShrews: yeah - I think that's a rando15:58
Shrewsmordred: k k16:01
mordredShrews: replied on https://review.openstack.org/#/c/614834 - good point about testing though - I'll go lift that from nodepool16:45
Shrewsmordred: gotcha. can live w/o the depends16:46
mordredShrews: I could also totes go the other way :)16:47
Shrewsmordred: let's not add it until we *need* to16:49
mordred++16:49
*** ttsiouts has quit IRC16:50
openstackgerritmelanie witt proposed openstack/python-openstackclient master: Handle multiple ports in AddFloatingIP  https://review.openstack.org/61535317:27
*** Leo_m has joined #openstack-sdks17:28
*** e0ne has joined #openstack-sdks17:32
*** jpich has quit IRC17:34
*** e0ne has quit IRC18:03
*** jpena is now known as jpena|off18:05
*** dtantsur is now known as dtantsur|afk18:06
*** e0ne has joined #openstack-sdks18:06
*** e0ne has quit IRC18:24
*** markvoelker has joined #openstack-sdks18:31
*** bobh has quit IRC18:55
*** mriedem is now known as mriedem_vote19:18
*** cdent has quit IRC19:23
*** bobh has joined #openstack-sdks20:11
openstackgerritmelanie witt proposed openstack/python-openstackclient master: Handle multiple ports in AddFloatingIP  https://review.openstack.org/61535320:18
*** mriedem_vote is now known as mriedem20:20
*** munimeha1 has quit IRC20:46
*** sc68cal has left #openstack-sdks21:02
*** gildub has joined #openstack-sdks21:09
*** hongbin has joined #openstack-sdks21:19
*** bobh has quit IRC21:20
hongbinhi, i am traiging this bug: https://bugs.launchpad.net/zun/+bug/1802001 , and wondering why the user is trying to consume zun-api via openstacksdk, does openstacksdk supports zun?21:21
openstackLaunchpad bug 1802001 in Zun "please add documentation and example for python-zunclient API" [Undecided,New]21:21
*** gildub has quit IRC21:29
*** gildub has joined #openstack-sdks21:29
mordredhongbin: we don't REALLY support it - you can get a configured REST client for any openstack service in openstacksdk21:35
mordredhongbin: so conn.application_container.get('/containers') should work and return a requests.response.Response21:35
mordredhongbin: but we do not currently have any support for zun in the object layer21:36
mordredhongbin: of course, support for zun is totaly _welcome_ :)21:36
hongbinmordred: i see, then to be exact, what is the difference between the confiugred REST client and the support in object layer?21:36
hongbinany pointer to a docs would be enough :)21:37
mordredhongbin: the wrapper layer makes higher level objects - so for example, for neutron, there is http://git.openstack.org/cgit/openstack/openstacksdk/tree/openstack/network/v2/_proxy.py21:38
mordredhongbin: which provides things liek "create_network()" and "networks()" ... and then each resource that is managed gets a Resouce object21:39
mordredlike http://git.openstack.org/cgit/openstack/openstacksdk/tree/openstack/network/v2/network.py21:39
hongbini see21:39
mordredhttps://docs.openstack.org/openstacksdk/latest/user/guides/network.html has some examples of using that21:40
hongbinmordred: everything is clear now, thank for the information21:40
mordredsure thing! let me know if I can be helpful with anything21:41
hongbinthanks, will ping you know if anything else comes up21:41
*** bobh has joined #openstack-sdks21:46
*** bobh has quit IRC22:02
*** gildub has quit IRC22:08
*** gildub has joined #openstack-sdks22:08
*** dave-mccowan has quit IRC22:35
*** gildub has quit IRC22:38
*** bobh has joined #openstack-sdks22:42
*** gildub has joined #openstack-sdks22:44
*** bobh has quit IRC22:45
*** bobh has joined #openstack-sdks22:46
*** bobh has quit IRC22:50
*** Leo_m has quit IRC23:00

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