*** gkadam has joined #openstack-sdks | 05:45 | |
*** elbragstad has quit IRC | 06:03 | |
*** Luzi has joined #openstack-sdks | 07:04 | |
*** e0ne has joined #openstack-sdks | 08:04 | |
*** slaweq has joined #openstack-sdks | 08:06 | |
*** gtema has joined #openstack-sdks | 08:07 | |
*** jpena|off is now known as jpena | 08:28 | |
*** ttsiouts has joined #openstack-sdks | 08:29 | |
*** ShilpaSD has joined #openstack-sdks | 08:36 | |
*** ttsiouts has quit IRC | 08:46 | |
*** ttsiouts has joined #openstack-sdks | 08:46 | |
*** tosky has joined #openstack-sdks | 08:48 | |
*** ttsiouts has quit IRC | 08:51 | |
*** ttsiouts has joined #openstack-sdks | 08:53 | |
*** jpich has joined #openstack-sdks | 09:03 | |
openstackgerrit | Artem Goncharov proposed openstack/openstacksdk master: Add possibility to override base_path for resource operations https://review.openstack.org/621153 | 09:21 |
---|---|---|
openstackgerrit | Merged openstack/openstacksdk master: Add missing properties for role https://review.openstack.org/614705 | 10:25 |
*** gtema has quit IRC | 11:02 | |
*** cdent has joined #openstack-sdks | 11:08 | |
*** ttsiouts has quit IRC | 11:16 | |
*** ttsiouts has joined #openstack-sdks | 11:17 | |
*** cdent has quit IRC | 11:20 | |
*** ttsiouts has quit IRC | 11:20 | |
*** ttsiouts has joined #openstack-sdks | 11:20 | |
*** jpich has quit IRC | 11:25 | |
*** jpich has joined #openstack-sdks | 11:26 | |
*** ttsiouts_ has joined #openstack-sdks | 11:43 | |
*** dtroyer has quit IRC | 11:43 | |
*** dtroyer has joined #openstack-sdks | 11:43 | |
*** ttsiouts has quit IRC | 11:45 | |
*** cdent has joined #openstack-sdks | 11:58 | |
*** ttsiouts_ has quit IRC | 12:05 | |
*** ttsiouts has joined #openstack-sdks | 12:05 | |
*** ttsiouts has quit IRC | 12:10 | |
*** ttsiouts has joined #openstack-sdks | 12:34 | |
*** jpena is now known as jpena|lunch | 12:34 | |
*** cdent has quit IRC | 12:45 | |
*** cdent has joined #openstack-sdks | 12:56 | |
*** dave-mccowan has joined #openstack-sdks | 12:57 | |
*** jpena|lunch is now known as jpena | 13:26 | |
*** dave-mccowan has quit IRC | 13:32 | |
mordred | dtantsur: does https://review.openstack.org/#/c/616227/ look ok to you now? | 13:33 |
dtantsur | lemme see | 13:33 |
dtantsur | +2 | 13:35 |
*** jroll has quit IRC | 13:38 | |
*** cdent has quit IRC | 13:38 | |
*** jroll has joined #openstack-sdks | 13:38 | |
mordred | \o/ | 13:44 |
*** cdent has joined #openstack-sdks | 14:01 | |
Shrews | mordred: for that ping from late friday for 621316, seems like _normalize_server() should handle that, no? | 14:02 |
Shrews | seems silly to have to Munch a thing before we call a thing that returns a Munch | 14:03 |
mordred | Shrews: well - normalize_server handles making a new munch - but previously the rest call itself had returned a munch rather than a dict ... | 14:03 |
mordred | but yeah - maybe the right answer there is to just munch the flavor? | 14:03 |
Shrews | mordred: what you have should work, it's just confusing to me | 14:04 |
Shrews | and is sort of a broken interface | 14:04 |
Shrews | we call _normalize_server() in multiple places, but only pre-munch in the one | 14:05 |
Shrews | mordred: so maybe it's still broken for certain paths | 14:06 |
mordred | oh - yeah. good point | 14:06 |
mordred | lemme try something different | 14:07 |
*** mriedem has joined #openstack-sdks | 14:07 | |
Shrews | okie | 14:08 |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Move server munch transformation into normalize https://review.openstack.org/621585 | 14:15 |
mordred | Shrews: how's that? | 14:15 |
Shrews | mordred: looks like that would work | 14:16 |
mordred | woot | 14:16 |
Shrews | though, without a test, how do we know? ;) | 14:17 |
mordred | hahaha | 14:24 |
mordred | Shrews: MAGIC? | 14:24 |
Shrews | so much magic | 14:25 |
*** gtema has joined #openstack-sdks | 14:34 | |
*** jpich has quit IRC | 14:42 | |
*** gtema has quit IRC | 14:45 | |
*** lbragstad has joined #openstack-sdks | 14:49 | |
*** jpich has joined #openstack-sdks | 14:50 | |
*** dave-mccowan has joined #openstack-sdks | 14:54 | |
*** bobh has joined #openstack-sdks | 14:54 | |
*** lbragstad has quit IRC | 14:58 | |
*** lbragstad has joined #openstack-sdks | 15:00 | |
openstackgerrit | Merged openstack/openstacksdk master: Slightly refactor vendor profile loading https://review.openstack.org/616227 | 15:10 |
openstackgerrit | Merged openstack/osc-lib master: Fix formatter handling for python 3.7 https://review.openstack.org/618137 | 15:13 |
*** Luzi has quit IRC | 15:21 | |
openstackgerrit | Merged openstack/python-openstackclient master: Add Python 3.6 classifier to setup.cfg https://review.openstack.org/621096 | 15:25 |
*** tis_at_teuto_net has joined #openstack-sdks | 15:28 | |
tis_at_teuto_net | Hi there, i had a problem to perform an create-request for openstack.block_storage.v2.type.Type. The volume-type was created, but the attribute 'os-volume-type-access:is_public' was not set. Further i was unable to query non-public voume-types, because the required flag is not set in the get-request. I've changed two classes to get things working and i wanne give back the two small changes. I saw that this is not | 15:36 |
tis_at_teuto_net | possible via github-pull-request. Can you tell me what is the easiest way to do this? Regards, Tino. | 15:36 |
frickler | tis_at_teuto_net: for starters see https://docs.openstack.org/infra/manual/developers.html , feel free to ask again here when you get stuck | 15:39 |
tis_at_teuto_net | Thanks. | 15:40 |
*** dayou_ has quit IRC | 15:56 | |
openstackgerrit | Tino Schmeier proposed openstack/openstacksdk master: - added query-parameters to filter for non-public volume-types. Needs ?is_public=None https://review.openstack.org/621617 | 15:59 |
*** dayou_ has joined #openstack-sdks | 16:00 | |
*** ttsiouts has quit IRC | 16:03 | |
*** ttsiouts has joined #openstack-sdks | 16:03 | |
*** tis_at_teuto_net has quit IRC | 16:06 | |
*** ttsiouts has quit IRC | 16:08 | |
*** dtantsur is now known as dtantsur|afk | 16:17 | |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Support non-public volume types https://review.openstack.org/621617 | 16:18 |
mordred | frickler: ^^ there's that patch from tis_at_teuto_net - I updated the commit message to fix the formatting, but otherwise the patch lgtm | 16:19 |
mordred | Shrews: feel like reviewing https://review.openstack.org/#/c/616228/ ? I even added a test! | 16:24 |
*** bobh has quit IRC | 16:25 | |
Shrews | mordred: yeah, in a bit. knee deep in debugging some new code amt | 16:29 |
Shrews | atm | 16:29 |
mordred | Shrews: kk. do the important things | 16:30 |
Shrews | mordred: ok, found my bug(s). gonna change locations and will review your change | 16:44 |
mordred | woot! | 16:46 |
*** e0ne has quit IRC | 16:48 | |
frickler | mordred: I need to look at that patch in more detail tomorrow. it does seem to me like it could use some solid testing, though | 16:52 |
*** gtema has joined #openstack-sdks | 16:58 | |
*** bobh has joined #openstack-sdks | 17:20 | |
*** bobh has quit IRC | 17:21 | |
*** jpich has quit IRC | 17:25 | |
*** gtema has quit IRC | 17:31 | |
*** bobh has joined #openstack-sdks | 17:55 | |
*** e0ne has joined #openstack-sdks | 18:03 | |
Shrews | mordred: that's a neat change | 18:10 |
mordred | Shrews: \o/ | 18:10 |
*** jpena is now known as jpena|off | 18:17 | |
mordred | mrhillsman: heya - just responded to your comment on 616228 - but it felt like I might be rambling - let me know if that makes sense or sounds like a raving lunatic :) | 18:17 |
mrhillsman | ah ok | 18:18 |
mordred | mrhillsman: also - I'm sad I missed that session! too many good things going simultaneously | 18:18 |
mrhillsman | i did not catch wind of the openstacksdk to publiccloud-wg discussion | 18:19 |
mrhillsman | so i thought it was initiated by the publiccloud-wg (could still have been) and only saw the rfc5785 proposal | 18:20 |
mordred | lemme see if I can dig up the thread | 18:20 |
*** ttsiouts has joined #openstack-sdks | 18:21 | |
mordred | mrhillsman: http://lists.openstack.org/pipermail/openstack-dev/2018-November/136260.html | 18:21 |
mrhillsman | i was just wondering what other sdk stakeholders thought of it | 18:21 |
mrhillsman | if they already had some implementation in place | 18:22 |
mordred | mrhillsman: it's a great question - I'd definitely love any feedback people have | 18:22 |
mrhillsman | ++ | 18:24 |
mordred | but these profiles are already a sort of de facto thing since they're what's consumed by both SDK and OSC - and I'm not aware of any alternate collections of cloud vendor profiles in the other sdks ... hopefully this will get us away from http://git.openstack.org/cgit/openstack/openstacksdk/tree/openstack/config/vendors and instead to things like https://vexxhost.com/.well-known/openstack/api | 18:26 |
*** ttsiouts has quit IRC | 18:28 | |
mrhillsman | yeah, i believe gophercloud supports this, not sure of the others unfortunately | 18:29 |
mordred | yeah. I'm hoping if we can get them better defined we can get them supported more broadly | 18:45 |
*** e0ne has quit IRC | 19:04 | |
openstackgerrit | Merged openstack/openstacksdk master: Move server munch transformation into normalize https://review.openstack.org/621585 | 19:13 |
*** e0ne has joined #openstack-sdks | 19:17 | |
*** amotoki has quit IRC | 19:21 | |
*** amotoki has joined #openstack-sdks | 19:23 | |
*** bobh has quit IRC | 19:33 | |
*** gouthamr has left #openstack-sdks | 19:46 | |
*** e0ne has quit IRC | 19:51 | |
*** e0ne has joined #openstack-sdks | 19:52 | |
*** cdent has quit IRC | 19:55 | |
*** e0ne has quit IRC | 20:02 | |
*** e0ne has joined #openstack-sdks | 20:03 | |
*** e0ne has quit IRC | 20:10 | |
*** e0ne has joined #openstack-sdks | 20:17 | |
*** e0ne has quit IRC | 20:21 | |
openstackgerrit | Yuval Shalev proposed openstack/openstacksdk master: Add host aggregate missing functions https://review.openstack.org/621695 | 20:34 |
openstackgerrit | Yuval Shalev proposed openstack/openstacksdk master: Add host aggregate missing functions https://review.openstack.org/621695 | 20:36 |
*** e0ne has joined #openstack-sdks | 20:42 | |
*** e0ne has quit IRC | 20:42 | |
umbSublime | Hi, Is this the right channel to ask about openstack-client features ? | 21:32 |
slaweq | mordred: hi | 21:41 |
mordred | hey slaweq ! | 21:42 |
slaweq | mordred: I'm trying to get osprofiler reports for neutron API calls when using openstackclient | 21:42 |
mordred | slaweq: that sounds like a worthy thing to want to do :) | 21:42 |
slaweq | mordred: and it looks for me that our SDK don't send X-Trace-Info header like it should | 21:42 |
slaweq | do You know something about it? is it a bug/ | 21:42 |
slaweq | bug? | 21:43 |
*** gouthamr has joined #openstack-sdks | 21:44 | |
mordred | I'm gonna bet it's a bug - I don't think we've ever implemented support for x-trace-info | 21:44 |
slaweq | it works for e.g. nova or glance commands in OSC but it's probably because nova/glance client bindings are used there instead of SDK | 21:46 |
slaweq | and for neutron SDK is used and that don't work | 21:46 |
slaweq | ok, I will try to find out how to fix it in SDK then | 21:46 |
slaweq | thx | 21:46 |
mordred | slaweq: sweet. I'd hope it's a thing we can do once at a low level in the proxy/adapter layer or something | 22:10 |
mordred | slaweq: but I look forward to learning more | 22:10 |
*** mriedem is now known as mriedem_away | 22:40 | |
*** lbragstad has quit IRC | 22:51 | |
*** lbragstad has joined #openstack-sdks | 22:52 | |
*** irclogbot_2 has joined #openstack-sdks | 23:09 | |
*** gkadam has quit IRC | 23:48 | |
*** pbourke has quit IRC | 23:53 | |
*** pbourke has joined #openstack-sdks | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!