*** yolanda has quit IRC | 00:12 | |
*** yolanda has joined #openstack-sdks | 00:13 | |
*** cmorpheus is now known as cmurphy | 01:24 | |
*** yolanda has quit IRC | 02:32 | |
*** yolanda has joined #openstack-sdks | 02:37 | |
*** yolanda has quit IRC | 02:43 | |
*** yolanda has joined #openstack-sdks | 02:44 | |
*** mordred has quit IRC | 02:48 | |
*** mordred has joined #openstack-sdks | 02:48 | |
*** bobh has joined #openstack-sdks | 02:50 | |
openstackgerrit | Brin Zhang proposed openstack/python-openstackclient master: Add server migration list CLI https://review.opendev.org/675304 | 03:01 |
---|---|---|
*** bobh has quit IRC | 03:10 | |
*** yolanda has quit IRC | 03:17 | |
*** yolanda has joined #openstack-sdks | 03:22 | |
openstackgerrit | Brin Zhang proposed openstack/python-openstackclient master: Add server migration list CLI https://review.opendev.org/675304 | 04:09 |
*** shubham_potale has joined #openstack-sdks | 04:52 | |
*** shubham_potale has quit IRC | 05:01 | |
*** e0ne has joined #openstack-sdks | 06:16 | |
*** e0ne has quit IRC | 06:17 | |
*** shubham_potale has joined #openstack-sdks | 06:24 | |
*** slaweq has joined #openstack-sdks | 06:33 | |
*** dtantsur|afk is now known as dtantsur | 06:42 | |
*** toabctl has joined #openstack-sdks | 06:59 | |
*** tosky has joined #openstack-sdks | 07:17 | |
*** jpena|off is now known as jpena | 07:25 | |
*** zbr is now known as zbr|flu | 07:47 | |
*** e0ne has joined #openstack-sdks | 07:49 | |
*** jpich has joined #openstack-sdks | 07:59 | |
*** cdent has joined #openstack-sdks | 08:12 | |
*** jpich has quit IRC | 08:20 | |
*** jpich has joined #openstack-sdks | 08:20 | |
*** cdent has quit IRC | 08:33 | |
*** cdent has joined #openstack-sdks | 08:33 | |
*** jpich has quit IRC | 08:36 | |
*** jpich has joined #openstack-sdks | 08:37 | |
*** slaweq has quit IRC | 08:42 | |
*** mordred has quit IRC | 08:42 | |
*** mordred has joined #openstack-sdks | 08:43 | |
*** slaweq has joined #openstack-sdks | 08:43 | |
*** openstackgerrit has quit IRC | 08:45 | |
*** irclogbot_0 has quit IRC | 08:49 | |
*** irclogbot_3 has joined #openstack-sdks | 08:53 | |
dtantsur | mordred, morning, have a second for https://review.opendev.org/#/c/674298/ ? | 09:29 |
frickler | mordred: kmalloc: cmurphy: I finally found the location where ksc hardcodes using the admin endpoint: https://opendev.org/openstack/python-keystoneclient/src/branch/master/keystoneclient/httpclient.py#L251 | 09:32 |
frickler | we can do a workaround in heat, but fixing in ksc would seem better to me in the long run. seems that a lot of tests depend on the current default though | 09:35 |
*** jpich has quit IRC | 09:58 | |
*** jpich has joined #openstack-sdks | 09:58 | |
*** jpich has quit IRC | 09:59 | |
*** jpich has joined #openstack-sdks | 10:03 | |
*** jpich has quit IRC | 10:08 | |
*** jpich has joined #openstack-sdks | 10:08 | |
*** openstackgerrit has joined #openstack-sdks | 10:41 | |
openstackgerrit | Bence Romsics proposed openstack/openstacksdk master: Add router add/remove route operations https://review.opendev.org/674324 | 10:41 |
openstackgerrit | Bence Romsics proposed openstack/python-openstackclient master: Add command: router add/remove route --route https://review.opendev.org/674325 | 10:55 |
*** whoami-rajat has joined #openstack-sdks | 11:08 | |
*** jpena is now known as jpena|lunch | 11:40 | |
*** pas-ha has quit IRC | 12:13 | |
*** pas-ha has joined #openstack-sdks | 12:14 | |
*** vdrok has quit IRC | 12:14 | |
*** vdrok has joined #openstack-sdks | 12:14 | |
*** bobh has joined #openstack-sdks | 12:15 | |
*** bobh has quit IRC | 12:20 | |
*** edleafe has joined #openstack-sdks | 12:29 | |
*** jpena|lunch is now known as jpena | 12:30 | |
*** bobh has joined #openstack-sdks | 12:32 | |
*** bobh has quit IRC | 12:34 | |
*** jroll has quit IRC | 13:01 | |
*** jroll has joined #openstack-sdks | 13:02 | |
*** slaweq has quit IRC | 13:08 | |
*** efried_pto is now known as efried | 13:09 | |
*** slaweq has joined #openstack-sdks | 13:11 | |
*** mriedem has joined #openstack-sdks | 13:18 | |
*** frickler has quit IRC | 13:18 | |
*** frickler has joined #openstack-sdks | 13:34 | |
Shrews | dtantsur: https://review.opendev.org/675134 would really help openstack infra avoid a pretty bad object leak we are seeing, if you have some time to review it | 14:15 |
dtantsur | Shrews: found a few minor issues, wanna fix them now or follow-up? | 14:17 |
*** elmiko has joined #openstack-sdks | 14:18 | |
Shrews | dtantsur: How does re-raising the exception lose the traceback? | 14:19 |
dtantsur | Shrews: when you do 'raise e', the traceback will start from this instruction. when you do 'raise', the traceback is reused from the original exception. | 14:20 |
dtantsur | python fun | 14:20 |
*** slaweq has quit IRC | 14:20 | |
Shrews | dtantsur: ah. so should all of those just be "raise" then ? | 14:20 |
dtantsur | Shrews: likely yes. In most case it's an antipattern to do 'except Something as e... raise e'. | 14:21 |
*** slaweq has joined #openstack-sdks | 14:21 | |
dtantsur | (python 3 has 'raise from', but let's ignore it for now) | 14:21 |
Shrews | dtantsur: ok. lemme fix that up then | 14:21 |
openstackgerrit | David Shrewsbury proposed openstack/openstacksdk master: Retry large object manifest upload https://review.opendev.org/675134 | 14:23 |
Shrews | dtantsur: ok, that look more sane? | 14:24 |
dtantsur | yep | 14:24 |
Shrews | dtantsur: thx for the review. will bug mordred when he has internet again | 14:25 |
Shrews | mordred: since you are back, can you re-examine 675134 por favor? | 14:37 |
mordred | Shrews: I can! | 14:38 |
mordred | Shrews: +A - woot | 14:39 |
mordred | dtantsur: wow, that's fun with user_data | 14:40 |
dtantsur | yeah.. | 14:40 |
efried | dtantsur: I'm not convinced you've actually done anything there. | 14:45 |
dtantsur | where? | 14:45 |
efried | I'm playing around with it locally, but I think 't' vs 'b' only affects the data type you get *back* | 14:46 |
efried | I'm not sure it affects the data going in. | 14:46 |
efried | and since you're not returning anything here... | 14:46 |
dtantsur | I was under impression 't' vs 'b' affects both directions | 14:47 |
dtantsur | efried: http://paste.openstack.org/show/756340/ | 14:47 |
dtantsur | (this is python 3, I'm not sure there is a difference in python 2) | 14:48 |
efried | okay, I was trying to come up with a repro like that --^ | 14:49 |
efried | and yeah, I meant to do it in py3, but I'm using py2 instead. | 14:49 |
efried | so, I stand corrected | 14:49 |
efried | <waves hand like jedi> I was never here | 14:49 |
dtantsur | hehe | 14:50 |
*** dave-mccowan has joined #openstack-sdks | 15:20 | |
*** slaweq has quit IRC | 15:28 | |
*** slaweq has joined #openstack-sdks | 15:30 | |
*** factor has joined #openstack-sdks | 15:48 | |
*** jpena is now known as jpena|off | 15:53 | |
*** dave-mccowan has quit IRC | 15:56 | |
*** dtruong has quit IRC | 15:59 | |
*** dtruong has joined #openstack-sdks | 16:00 | |
*** e0ne has quit IRC | 16:01 | |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Allow services to override proxy creation. https://review.opendev.org/674110 | 16:20 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Fix discovery cache sharing https://review.opendev.org/675121 | 16:20 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Add support for global_request_id https://review.opendev.org/674807 | 16:20 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Rationalize endpoint_for and get_endpoint_from_catalog https://review.opendev.org/675130 | 16:20 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Validate that connect_as connects as the project https://review.opendev.org/675178 | 16:20 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Replace catalog-v3.json with keystoneauth fixture https://review.opendev.org/675187 | 16:20 |
mordred | dtantsur: I had to rebase the stack, so I went ahead and squashed the cloud_region rename patch into https://review.opendev.org/#/c/674807 | 16:23 |
openstackgerrit | Merged openstack/openstacksdk master: baremetal.configdrive: tolerate user_data as a string https://review.opendev.org/674298 | 16:24 |
dtantsur | cool | 16:27 |
*** dtantsur is now known as dtantsur|afk | 16:37 | |
*** jpich has quit IRC | 16:38 | |
openstackgerrit | Merged openstack/openstacksdk master: Retry large object manifest upload https://review.opendev.org/675134 | 17:31 |
*** whoami-rajat has quit IRC | 17:38 | |
*** gtmanfred has left #openstack-sdks | 17:43 | |
*** cdent has quit IRC | 17:49 | |
openstackgerrit | Alex Schultz proposed openstack/keystoneauth master: Cleanup session on delete https://review.opendev.org/674139 | 18:31 |
efried | mordred: Look, far be it from me to contradict a +1 from melissaml, but I think the test in https://review.opendev.org/#/c/674110/ needs to go a bit deeper. | 19:05 |
openstackgerrit | Eric Fried proposed openstack/openstacksdk master: DRY test_connection https://review.opendev.org/676009 | 19:15 |
* efried fixes own mistake ^ | 19:15 | |
*** factor has quit IRC | 19:17 | |
*** dave-mccowan has joined #openstack-sdks | 19:54 | |
openstackgerrit | Eric Fried proposed openstack/openstacksdk master: Minor refactor cleanup of _make_proxy https://review.opendev.org/676015 | 20:12 |
*** e0ne has joined #openstack-sdks | 20:26 | |
*** efried has quit IRC | 20:39 | |
*** efried has joined #openstack-sdks | 20:40 | |
*** shubham_potale has quit IRC | 21:22 | |
*** slaweq has quit IRC | 21:46 | |
*** e0ne has quit IRC | 21:49 | |
*** tosky has quit IRC | 21:55 | |
*** mriedem is now known as mriedem_afk | 22:03 | |
*** lbragstad has joined #openstack-sdks | 22:09 | |
*** lbragstad has quit IRC | 22:17 | |
*** dave-mccowan has quit IRC | 23:17 | |
*** mriedem_afk has quit IRC | 23:19 | |
*** dave-mccowan has joined #openstack-sdks | 23:37 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!