*** dayou_ has joined #openstack-sdks | 00:09 | |
*** slaweq has joined #openstack-sdks | 00:11 | |
*** slaweq has quit IRC | 00:16 | |
*** mriedem_away has quit IRC | 00:40 | |
openstackgerrit | LIU Yulong proposed openstack/openstacksdk master: Support firewall service for SDK https://review.openstack.org/592303 | 00:57 |
---|---|---|
*** imacdonn has quit IRC | 01:15 | |
*** imacdonn has joined #openstack-sdks | 01:16 | |
*** chenyb4 has joined #openstack-sdks | 01:30 | |
*** slaweq has joined #openstack-sdks | 02:11 | |
*** slaweq has quit IRC | 02:16 | |
*** jamielennox has quit IRC | 03:37 | |
*** jamielennox has joined #openstack-sdks | 03:38 | |
*** slaweq has joined #openstack-sdks | 04:11 | |
*** slaweq has quit IRC | 04:15 | |
*** slaweq has joined #openstack-sdks | 05:11 | |
*** e0ne has joined #openstack-sdks | 05:14 | |
*** slaweq has quit IRC | 05:15 | |
*** chenyb4 has left #openstack-sdks | 05:19 | |
*** gkadam has joined #openstack-sdks | 06:13 | |
*** gkadam has quit IRC | 06:13 | |
*** slaweq has joined #openstack-sdks | 06:34 | |
*** e0ne has quit IRC | 06:59 | |
*** gkadam has joined #openstack-sdks | 07:19 | |
*** jpich has joined #openstack-sdks | 07:31 | |
*** tosky has joined #openstack-sdks | 07:40 | |
*** dims has quit IRC | 08:11 | |
*** dims has joined #openstack-sdks | 08:12 | |
*** e0ne has joined #openstack-sdks | 08:31 | |
*** Luzi has joined #openstack-sdks | 09:23 | |
*** e0ne has quit IRC | 09:55 | |
*** cdent has joined #openstack-sdks | 10:17 | |
*** e0ne has joined #openstack-sdks | 10:25 | |
*** cdent has quit IRC | 11:12 | |
*** cdent has joined #openstack-sdks | 11:44 | |
*** e0ne has quit IRC | 12:06 | |
*** gkadam has quit IRC | 12:34 | |
*** cdent has quit IRC | 13:02 | |
*** e0ne has joined #openstack-sdks | 13:03 | |
*** bobh has joined #openstack-sdks | 13:24 | |
*** mriedem has joined #openstack-sdks | 13:29 | |
*** cdent has joined #openstack-sdks | 13:30 | |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Use discovery instead of config to create proxies https://review.openstack.org/600292 | 13:45 |
*** stephenfin is now known as finucannot | 13:48 | |
Shrews | +306, -1600 | 13:57 |
Shrews | wow | 13:57 |
Shrews | i can't wait to fully review that | 13:57 |
Shrews | while drinking | 13:57 |
mordred | Shrews: one of these days it's going to pass the bifrost job and I'm going to be happy | 14:00 |
mordred | Shrews: for now I've put in an autohold so I can poke at it again | 14:01 |
mordred | Shrews: I *thought* I'd figured out the issue 2 days ago ... sigh | 14:02 |
*** openstackgerrit has quit IRC | 14:07 | |
Shrews | mordred: i'm sort of waiting for all green before i look at it | 14:11 |
mordred | it's the best bet | 14:11 |
* dtantsur ditto | 14:12 | |
dtantsur | on one hand, bifrost is pita :) on the other - it's the only thing that apparently provides this sort of coverage | 14:12 |
mordred | dtantsur: yah - I've been adding unit tests as I figure out issues - but apparently there's still one I don't have : | 14:14 |
mordred | :( | 14:14 |
mordred | dtantsur: it's been really useful to sort out the no-catalog versioned and unversioned endpoint use-case :) | 14:15 |
dtantsur | oh yeah | 14:17 |
dtantsur | mordred: unrelated: do you plan on openstacksdk release any soon? I could give switching metalsmith to it a try | 14:17 |
mordred | dtantsur: yes - I think we're ready for one - but I was gonna see if I could get that discovery patch landed | 14:20 |
dtantsur | right | 14:20 |
mordred | dtantsur: but if it doesn't turn green today, maybe we'll cut a release with what we have so far on monday | 14:21 |
*** lbragstad is now known as elbragstad | 14:24 | |
dtantsur | yeah, and then another one. release numbers are cheap :) | 14:34 |
*** Luzi has quit IRC | 14:42 | |
mordred | ++ | 14:43 |
*** gkadam has joined #openstack-sdks | 14:43 | |
mordred | Shrews: if you're bored and feel like flaying your brain a little ... https://review.openstack.org/#/c/603739/ | 14:48 |
Shrews | k k | 14:48 |
mordred | Shrews: I think we might want corvus to review it when he gets back as well - since it's a fundamental change to the internals of the task manager - but I *think* it's solid | 14:50 |
Shrews | passed pep8... ship it | 14:51 |
mordred | ++ | 14:52 |
*** Leo_m has joined #openstack-sdks | 15:00 | |
*** Leo_m has quit IRC | 15:06 | |
*** gkadam has quit IRC | 15:10 | |
*** Leo_m has joined #openstack-sdks | 15:13 | |
Shrews | mordred: why the call to ret.exception()? We don't seem to do anything with it | 15:49 |
Shrews | ret.result() should raise an exception if one occurred in the call (if i read the Futures docs correction) | 15:50 |
Shrews | s/correction/correctly/ | 15:50 |
mordred | Shrews: oh - I couldn't find mention that result would do that - so I guess it's senseless | 15:54 |
Shrews | mordred: https://docs.python.org/3/library/concurrent.futures.html#concurrent.futures.Future.result | 15:54 |
mordred | Shrews: so, whatyou're saying is thatif I could actually read simple english, my life would be better? | 15:55 |
* Shrews says nothing | 15:55 | |
*** cdent has quit IRC | 15:59 | |
*** jpich has quit IRC | 15:59 | |
*** e0ne has quit IRC | 16:07 | |
Shrews | mordred: left comments :-P | 16:07 |
mordred | Shrews: \o/ | 16:08 |
Shrews | mordred: i'm not sure if anyone actually uses submit_function_async(), but probably a bad idea to totally remove an API call | 16:09 |
Shrews | correct me if i'm wrong | 16:09 |
Shrews | 'cause i know nothing about anything | 16:09 |
Shrews | 'cause Friday | 16:09 |
mordred | Shrews: yeah - I agree with you in principle, but in practice I'm 99.9% sure that nodepool is the only consumer of anything related to taskmanager | 16:10 |
Shrews | i checked nodepool for it, fwiw | 16:10 |
Shrews | not used | 16:10 |
mordred | yah | 16:10 |
Shrews | so i can be convinced to remove it | 16:10 |
* mordred hands Shrews a beer | 16:10 | |
Shrews | mmmm, frothy | 16:11 |
*** openstackgerrit has joined #openstack-sdks | 16:18 | |
openstackgerrit | Matthias Lisin proposed openstack/openstacksdk master: Support firewall service for SDK https://review.openstack.org/592303 | 16:18 |
mordred | dtantsur: I think I found the issue with the bifrost | 16:28 |
dtantsur | with bifrost itself? | 16:28 |
mordred | nope - with the sdk discovery patch and the failing bifrost test | 16:28 |
mordred | tl;dr - auth_type='none' and endpoint=ironic_url needs to take ironic_url and put it in the endpoint_override parameter when creating the keystoneauth Adapter | 16:29 |
mordred | otherwise discovery is sad | 16:29 |
mordred | it's an easy fix in openstack.config | 16:29 |
mordred | or - more generally- if none/endpoint are given, then that endpoint should be returned for any/all service endpoint_override values | 16:30 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Use discovery instead of config to create proxies https://review.openstack.org/600292 | 16:30 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Remove profile https://review.openstack.org/604414 | 16:31 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Set endpoint_override from endpoint with noauth https://review.openstack.org/604415 | 16:31 |
dtantsur | yeah | 16:31 |
Shrews | is it just me, or is all of that stuff just a confusing mess? | 16:31 |
mordred | Shrews: bah. it's super simple ;) | 16:31 |
mordred | dtantsur Shrews: https://review.openstack.org/604415 has that bit fixed - and I did it in a separate patch so that Shrews doesn't kill me | 16:31 |
dtantsur | staring at it already | 16:31 |
mordred | I also broke out the profile removal so that the big patch is smaller | 16:31 |
dtantsur | mordred: do you know what I'm going to ask you? hint: starts with "unit" :) | 16:32 |
mordred | hahahahaha | 16:32 |
mordred | yeah. good point ... lemme do that | 16:32 |
dtantsur | thanks! otherwise the patch looks okay | 16:33 |
dtantsur | well, I cringe every time we have to hardcode entry points in code... but I guess it's the lesser evil | 16:34 |
mordred | oh - well, everything in openstack.config is a basis for cringe :) | 16:35 |
dtantsur | fair enough :) | 16:35 |
dtantsur | mordred: last (potentially stupid) question: is Python None really synonym of "none" here? I would expect it to default to password.. | 16:36 |
mordred | dtantsur: it should default to password - but I think the codepath works if someone puts a yaml null in there | 16:37 |
mordred | maybe I should try that | 16:37 |
dtantsur | mordred: yeah, I'm a bit worried about "in ("none", None)" bit | 16:38 |
dtantsur | anyway, it's Friday evening, I think I should do something more productive than asking questions :) | 16:39 |
dtantsur | have a great weekend | 16:39 |
mordred | dtantsur: you're right- null/None isn't a thing | 16:40 |
dtantsur | ok :) | 16:41 |
*** dtantsur is now known as dtantsur|afk | 16:41 | |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Set endpoint_override from endpoint with noauth https://review.openstack.org/604415 | 16:41 |
mordred | now with tests | 16:41 |
*** Leo_m has quit IRC | 16:47 | |
*** Leo_m_ has joined #openstack-sdks | 16:48 | |
*** gkadam has joined #openstack-sdks | 17:03 | |
*** bobh has quit IRC | 17:03 | |
*** bobh has joined #openstack-sdks | 17:13 | |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Set endpoint_override from endpoint with noauth https://review.openstack.org/604415 | 17:16 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Use discovery instead of config to create proxies https://review.openstack.org/600292 | 17:16 |
*** bobh has quit IRC | 17:18 | |
*** AJaeger has left #openstack-sdks | 17:18 | |
*** e0ne has joined #openstack-sdks | 17:22 | |
*** bobh has joined #openstack-sdks | 17:27 | |
openstackgerrit | Matthias Lisin proposed openstack/openstacksdk master: Support firewall service for SDK https://review.openstack.org/592303 | 17:40 |
*** e0ne has quit IRC | 18:36 | |
*** dave-mccowan has quit IRC | 19:03 | |
*** bobh has quit IRC | 19:09 | |
*** dave-mccowan has joined #openstack-sdks | 19:14 | |
*** gkadam has quit IRC | 19:35 | |
*** bobh has joined #openstack-sdks | 19:46 | |
*** slaweq has quit IRC | 19:54 | |
mordred | Shrews, dtantsur|afk: ZOMG ZOMG - the discovery patch PASSED the bifrost test!!!! | 19:55 |
mordred | TheJulia: you may also be interested to hear such wonderful and positive news | 19:56 |
*** slaweq has joined #openstack-sdks | 19:57 | |
*** bobh has quit IRC | 20:02 | |
mordred | of course, the downside is that now somebody has to review the beast | 20:22 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Remove api version default values https://review.openstack.org/600330 | 20:23 |
TheJulia | Woot! | 20:35 |
*** dave-mccowan has quit IRC | 22:04 | |
*** mriedem is now known as mriedem_away | 22:09 | |
*** Leo_m has joined #openstack-sdks | 22:45 | |
*** Leo_m_ has quit IRC | 22:47 | |
*** tosky has quit IRC | 22:58 | |
*** tosky has joined #openstack-sdks | 22:59 | |
*** tosky has quit IRC | 23:13 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!