openstackgerrit | Duc Truong proposed openstack/openstacksdk master: Add wait functions to orchestration proxy https://review.openstack.org/615702 | 00:58 |
---|---|---|
dtruong | mordred: ^ This change adds back the functions that senlin is calling. | 01:00 |
*** ignatenkobrain has quit IRC | 02:17 | |
openstackgerrit | melanie witt proposed openstack/python-openstackclient master: Handle multiple ports in AddFloatingIP https://review.openstack.org/615353 | 02:27 |
*** ignatenkobrain has joined #openstack-sdks | 02:50 | |
*** lbragstad has quit IRC | 03:16 | |
*** ignatenkobrain has quit IRC | 03:39 | |
*** dave-mccowan has joined #openstack-sdks | 04:28 | |
*** ignatenkobrain has joined #openstack-sdks | 04:31 | |
*** gildub_ has quit IRC | 04:41 | |
*** dave-mccowan has quit IRC | 04:53 | |
*** gildub has joined #openstack-sdks | 05:08 | |
*** e0ne has joined #openstack-sdks | 06:24 | |
*** gildub has quit IRC | 06:27 | |
*** e0ne has quit IRC | 06:44 | |
*** e0ne has joined #openstack-sdks | 06:48 | |
*** gildub has joined #openstack-sdks | 06:50 | |
*** Luzi has joined #openstack-sdks | 06:53 | |
openstackgerrit | Shilpa Devharakar proposed openstack/openstacksdk master: Add functional tests for masakari https://review.openstack.org/615744 | 06:58 |
*** dayou has quit IRC | 07:07 | |
*** e0ne has quit IRC | 07:07 | |
*** dayou has joined #openstack-sdks | 07:07 | |
*** gkadam_ has joined #openstack-sdks | 07:45 | |
*** dayou_ has joined #openstack-sdks | 08:03 | |
*** dayou has quit IRC | 08:04 | |
*** gildub has quit IRC | 08:10 | |
*** gildub has joined #openstack-sdks | 08:41 | |
*** jpena|off is now known as jpena | 08:47 | |
openstackgerrit | Nguyen Hai Truong proposed openstack-infra/shade master: Add python 3.6 unit test job https://review.openstack.org/615783 | 08:53 |
*** jpich has joined #openstack-sdks | 08:57 | |
*** gtema has joined #openstack-sdks | 09:18 | |
*** cdent has joined #openstack-sdks | 09:22 | |
*** gildub has quit IRC | 09:42 | |
*** lbragstad has joined #openstack-sdks | 10:00 | |
*** ttsiouts has joined #openstack-sdks | 10:07 | |
*** ttsiouts has quit IRC | 10:18 | |
*** dayou_ has quit IRC | 10:43 | |
*** lbragstad has quit IRC | 11:02 | |
*** lbragstad has joined #openstack-sdks | 11:04 | |
*** e0ne has joined #openstack-sdks | 11:11 | |
*** dtantsur|afk is now known as dtantsur | 11:33 | |
*** gkadam_ has quit IRC | 11:46 | |
*** gkadam has joined #openstack-sdks | 11:46 | |
openstackgerrit | Colleen Murphy proposed openstack/keystoneauth master: Add py36 tox environment https://review.openstack.org/615845 | 11:57 |
*** gtema has quit IRC | 12:18 | |
openstackgerrit | Sven Wegener proposed openstack/python-openstackclient master: image/v2: support multiple property filters https://review.openstack.org/615850 | 12:23 |
*** dayou has joined #openstack-sdks | 12:25 | |
*** markvoelker has joined #openstack-sdks | 12:27 | |
*** e0ne has quit IRC | 12:29 | |
*** dave-mccowan has joined #openstack-sdks | 12:29 | |
*** jpena is now known as jpena|lunch | 12:38 | |
*** e0ne has joined #openstack-sdks | 12:43 | |
*** gtema has joined #openstack-sdks | 13:18 | |
*** gtema has quit IRC | 13:21 | |
*** markvoelker has quit IRC | 13:21 | |
dtantsur | mordred: 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 jpena | 13:28 | |
*** cdent has quit IRC | 13:31 | |
dtantsur | nvm, I'm probably being stupid | 13:35 |
mordred | dtantsur: you put it in the clouds.yaml :) | 13:38 |
dtantsur | right, I probably screwed up a thing in metalsmith | 13:39 |
mordred | it's also entirely possible there is a bug | 13:41 |
mordred | dtruong: awesome - and yay, a test failure! :) | 13:41 |
dtantsur | mordred: in case you're curious: https://review.openstack.org/#/c/615878/ | 13:48 |
mordred | I'm always curious | 13:51 |
mordred | ah - interesting | 13:51 |
mordred | dtantsur: out of more curiousity - why does _os_api.API take both a session/adapter and a Connection ... is that just hysterical raisins? | 13:53 |
mordred | ah ... because it also uses ironic_client | 13:53 |
mordred | I'm glad passing that adapter to the ironic client works! | 13:54 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Test python2 with py27 https://review.openstack.org/615543 | 14:06 |
dtantsur | mordred: yep, it's to make ironicclient happy (I cannot find time to get rid of it) | 14:09 |
mordred | dtantsur: eventually | 14:10 |
*** mriedem has joined #openstack-sdks | 14:11 | |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Test python2 with py27 https://review.openstack.org/615543 | 14:12 |
*** bobh has joined #openstack-sdks | 14:19 | |
dtantsur | mordred: just learned: https://github.com/openstack/openstacksdk/blob/master/openstack/service_description.py#L154 can return None, causing the following code to fail | 14:28 |
* dtantsur tries to understand what to do in this case | 14:29 | |
mordred | dtantsur: oh - right. poo. I think just line 161 should be if data and (data.catalog_url != data.service_url): ? | 14:30 |
mordred | hrm. no - I htink you're right - more understanding is needed | 14:31 |
dtantsur | mordred: in my case it happened when ironic was down and baremetal_endpoint_override was set | 14:31 |
mordred | ah - yeah - so in that case, the None is an indication that no service was found | 14:31 |
Shrews | such a common bug | 14:33 |
mordred | so - 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 |
mordred | what a great edge case! | 14:33 |
dtantsur | \o/ | 14:33 |
* dtantsur likes Rust more and more | 14:34 | |
mordred | dtantsur: ++ | 14:34 |
Shrews | swift actually handles this very well, too | 14:34 |
* mordred looks at Shrews with raised eyebrows | 14:35 | |
Shrews | yeah yeah, i know | 14:35 |
Shrews | i was curious | 14:35 |
Shrews | and pleasantly surprised, tbh | 14:35 |
mordred | weird | 14:36 |
Shrews | "swift" being the language, not the object store thingy (if that wasn't clear) | 14:37 |
mordred | yeah. I mean - I'm sure swift the object store would also handle this well | 14:38 |
mordred | but that's largely just becaues timburke finds all the bugs | 14:38 |
Shrews | mordred: 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_197747 | 14:53 |
Shrews | i've never seen that failure before | 14:54 |
*** munimeha1 has joined #openstack-sdks | 14:58 | |
*** e0ne has quit IRC | 15:06 | |
*** Luzi has quit IRC | 15:09 | |
*** ttsiouts has joined #openstack-sdks | 15:25 | |
*** gkadam has quit IRC | 15:30 | |
*** cdent has joined #openstack-sdks | 15:36 | |
*** ttsiouts has quit IRC | 15:46 | |
*** ttsiouts has joined #openstack-sdks | 15:47 | |
*** ttsiouts has quit IRC | 15:50 | |
*** ttsiouts has joined #openstack-sdks | 15:50 | |
mordred | Shrews: yeah - I think that's a rando | 15:58 |
Shrews | mordred: k k | 16:01 |
mordred | Shrews: replied on https://review.openstack.org/#/c/614834 - good point about testing though - I'll go lift that from nodepool | 16:45 |
Shrews | mordred: gotcha. can live w/o the depends | 16:46 |
mordred | Shrews: I could also totes go the other way :) | 16:47 |
Shrews | mordred: let's not add it until we *need* to | 16:49 |
mordred | ++ | 16:49 |
*** ttsiouts has quit IRC | 16:50 | |
openstackgerrit | melanie witt proposed openstack/python-openstackclient master: Handle multiple ports in AddFloatingIP https://review.openstack.org/615353 | 17:27 |
*** Leo_m has joined #openstack-sdks | 17:28 | |
*** e0ne has joined #openstack-sdks | 17:32 | |
*** jpich has quit IRC | 17:34 | |
*** e0ne has quit IRC | 18:03 | |
*** jpena is now known as jpena|off | 18:05 | |
*** dtantsur is now known as dtantsur|afk | 18:06 | |
*** e0ne has joined #openstack-sdks | 18:06 | |
*** e0ne has quit IRC | 18:24 | |
*** markvoelker has joined #openstack-sdks | 18:31 | |
*** bobh has quit IRC | 18:55 | |
*** mriedem is now known as mriedem_vote | 19:18 | |
*** cdent has quit IRC | 19:23 | |
*** bobh has joined #openstack-sdks | 20:11 | |
openstackgerrit | melanie witt proposed openstack/python-openstackclient master: Handle multiple ports in AddFloatingIP https://review.openstack.org/615353 | 20:18 |
*** mriedem_vote is now known as mriedem | 20:20 | |
*** munimeha1 has quit IRC | 20:46 | |
*** sc68cal has left #openstack-sdks | 21:02 | |
*** gildub has joined #openstack-sdks | 21:09 | |
*** hongbin has joined #openstack-sdks | 21:19 | |
*** bobh has quit IRC | 21:20 | |
hongbin | hi, 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 |
openstack | Launchpad bug 1802001 in Zun "please add documentation and example for python-zunclient API" [Undecided,New] | 21:21 |
*** gildub has quit IRC | 21:29 | |
*** gildub has joined #openstack-sdks | 21:29 | |
mordred | hongbin: we don't REALLY support it - you can get a configured REST client for any openstack service in openstacksdk | 21:35 |
mordred | hongbin: so conn.application_container.get('/containers') should work and return a requests.response.Response | 21:35 |
mordred | hongbin: but we do not currently have any support for zun in the object layer | 21:36 |
mordred | hongbin: of course, support for zun is totaly _welcome_ :) | 21:36 |
hongbin | mordred: i see, then to be exact, what is the difference between the confiugred REST client and the support in object layer? | 21:36 |
hongbin | any pointer to a docs would be enough :) | 21:37 |
mordred | hongbin: 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.py | 21:38 |
mordred | hongbin: which provides things liek "create_network()" and "networks()" ... and then each resource that is managed gets a Resouce object | 21:39 |
mordred | like http://git.openstack.org/cgit/openstack/openstacksdk/tree/openstack/network/v2/network.py | 21:39 |
hongbin | i see | 21:39 |
mordred | https://docs.openstack.org/openstacksdk/latest/user/guides/network.html has some examples of using that | 21:40 |
hongbin | mordred: everything is clear now, thank for the information | 21:40 |
mordred | sure thing! let me know if I can be helpful with anything | 21:41 |
hongbin | thanks, will ping you know if anything else comes up | 21:41 |
*** bobh has joined #openstack-sdks | 21:46 | |
*** bobh has quit IRC | 22:02 | |
*** gildub has quit IRC | 22:08 | |
*** gildub has joined #openstack-sdks | 22:08 | |
*** dave-mccowan has quit IRC | 22:35 | |
*** gildub has quit IRC | 22:38 | |
*** bobh has joined #openstack-sdks | 22:42 | |
*** gildub has joined #openstack-sdks | 22:44 | |
*** bobh has quit IRC | 22:45 | |
*** bobh has joined #openstack-sdks | 22:46 | |
*** bobh has quit IRC | 22:50 | |
*** Leo_m has quit IRC | 23:00 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!