Monday, 2018-12-03

*** gkadam has joined #openstack-sdks05:45
*** elbragstad has quit IRC06:03
*** Luzi has joined #openstack-sdks07:04
*** e0ne has joined #openstack-sdks08:04
*** slaweq has joined #openstack-sdks08:06
*** gtema has joined #openstack-sdks08:07
*** jpena|off is now known as jpena08:28
*** ttsiouts has joined #openstack-sdks08:29
*** ShilpaSD has joined #openstack-sdks08:36
*** ttsiouts has quit IRC08:46
*** ttsiouts has joined #openstack-sdks08:46
*** tosky has joined #openstack-sdks08:48
*** ttsiouts has quit IRC08:51
*** ttsiouts has joined #openstack-sdks08:53
*** jpich has joined #openstack-sdks09:03
openstackgerritArtem Goncharov proposed openstack/openstacksdk master: Add possibility to override base_path for resource operations  https://review.openstack.org/62115309:21
openstackgerritMerged openstack/openstacksdk master: Add missing properties for role  https://review.openstack.org/61470510:25
*** gtema has quit IRC11:02
*** cdent has joined #openstack-sdks11:08
*** ttsiouts has quit IRC11:16
*** ttsiouts has joined #openstack-sdks11:17
*** cdent has quit IRC11:20
*** ttsiouts has quit IRC11:20
*** ttsiouts has joined #openstack-sdks11:20
*** jpich has quit IRC11:25
*** jpich has joined #openstack-sdks11:26
*** ttsiouts_ has joined #openstack-sdks11:43
*** dtroyer has quit IRC11:43
*** dtroyer has joined #openstack-sdks11:43
*** ttsiouts has quit IRC11:45
*** cdent has joined #openstack-sdks11:58
*** ttsiouts_ has quit IRC12:05
*** ttsiouts has joined #openstack-sdks12:05
*** ttsiouts has quit IRC12:10
*** ttsiouts has joined #openstack-sdks12:34
*** jpena is now known as jpena|lunch12:34
*** cdent has quit IRC12:45
*** cdent has joined #openstack-sdks12:56
*** dave-mccowan has joined #openstack-sdks12:57
*** jpena|lunch is now known as jpena13:26
*** dave-mccowan has quit IRC13:32
mordreddtantsur: does https://review.openstack.org/#/c/616227/ look ok to you now?13:33
dtantsurlemme see13:33
dtantsur+213:35
*** jroll has quit IRC13:38
*** cdent has quit IRC13:38
*** jroll has joined #openstack-sdks13:38
mordred\o/13:44
*** cdent has joined #openstack-sdks14:01
Shrewsmordred: for that ping from late friday for 621316, seems like _normalize_server() should handle that, no?14:02
Shrewsseems silly to have to Munch a thing before we call a thing that returns a Munch14:03
mordredShrews: well - normalize_server handles making a new munch - but previously the rest call itself had returned a munch rather than a dict ...14:03
mordredbut yeah - maybe the right answer there is to just munch the flavor?14:03
Shrewsmordred: what you have should work, it's just confusing to me14:04
Shrewsand is sort of a broken interface14:04
Shrewswe call _normalize_server() in multiple places, but only pre-munch in the one14:05
Shrewsmordred: so maybe it's still broken for certain paths14:06
mordredoh - yeah. good point14:06
mordredlemme try something different14:07
*** mriedem has joined #openstack-sdks14:07
Shrewsokie14:08
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Move server munch transformation into normalize  https://review.openstack.org/62158514:15
mordredShrews: how's that?14:15
Shrewsmordred: looks like that would work14:16
mordredwoot14:16
Shrewsthough, without a test, how do we know?  ;)14:17
mordredhahaha14:24
mordredShrews: MAGIC?14:24
Shrewsso much magic14:25
*** gtema has joined #openstack-sdks14:34
*** jpich has quit IRC14:42
*** gtema has quit IRC14:45
*** lbragstad has joined #openstack-sdks14:49
*** jpich has joined #openstack-sdks14:50
*** dave-mccowan has joined #openstack-sdks14:54
*** bobh has joined #openstack-sdks14:54
*** lbragstad has quit IRC14:58
*** lbragstad has joined #openstack-sdks15:00
openstackgerritMerged openstack/openstacksdk master: Slightly refactor vendor profile loading  https://review.openstack.org/61622715:10
openstackgerritMerged openstack/osc-lib master: Fix formatter handling for python 3.7  https://review.openstack.org/61813715:13
*** Luzi has quit IRC15:21
openstackgerritMerged openstack/python-openstackclient master: Add Python 3.6 classifier to setup.cfg  https://review.openstack.org/62109615:25
*** tis_at_teuto_net has joined #openstack-sdks15:28
tis_at_teuto_netHi 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 not15:36
tis_at_teuto_netpossible via github-pull-request. Can you tell me what is the easiest way to do this? Regards, Tino.15:36
fricklertis_at_teuto_net: for starters see https://docs.openstack.org/infra/manual/developers.html , feel free to ask again here when you get stuck15:39
tis_at_teuto_netThanks.15:40
*** dayou_ has quit IRC15:56
openstackgerritTino Schmeier proposed openstack/openstacksdk master: - added query-parameters to filter for non-public volume-types. Needs ?is_public=None  https://review.openstack.org/62161715:59
*** dayou_ has joined #openstack-sdks16:00
*** ttsiouts has quit IRC16:03
*** ttsiouts has joined #openstack-sdks16:03
*** tis_at_teuto_net has quit IRC16:06
*** ttsiouts has quit IRC16:08
*** dtantsur is now known as dtantsur|afk16:17
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Support non-public volume types  https://review.openstack.org/62161716:18
mordredfrickler: ^^ there's that patch from tis_at_teuto_net - I updated the commit message to fix the formatting, but otherwise the patch lgtm16:19
mordredShrews: feel like reviewing https://review.openstack.org/#/c/616228/ ? I even added a test!16:24
*** bobh has quit IRC16:25
Shrewsmordred: yeah, in a bit. knee deep in debugging some new code amt16:29
Shrewsatm16:29
mordredShrews: kk. do the important things16:30
Shrewsmordred: ok, found my bug(s). gonna change locations and will review your change16:44
mordredwoot!16:46
*** e0ne has quit IRC16:48
fricklermordred: I need to look at that patch in more detail tomorrow. it does seem to me like it could use some solid testing, though16:52
*** gtema has joined #openstack-sdks16:58
*** bobh has joined #openstack-sdks17:20
*** bobh has quit IRC17:21
*** jpich has quit IRC17:25
*** gtema has quit IRC17:31
*** bobh has joined #openstack-sdks17:55
*** e0ne has joined #openstack-sdks18:03
Shrewsmordred: that's a neat change18:10
mordredShrews: \o/18:10
*** jpena is now known as jpena|off18:17
mordredmrhillsman: 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
mrhillsmanah ok18:18
mordredmrhillsman: also - I'm sad I missed that session! too many good things going simultaneously18:18
mrhillsmani did not catch wind of the openstacksdk to publiccloud-wg discussion18:19
mrhillsmanso i thought it was initiated by the publiccloud-wg (could still have been) and only saw the rfc5785 proposal18:20
mordredlemme see if I can dig up the thread18:20
*** ttsiouts has joined #openstack-sdks18:21
mordredmrhillsman: http://lists.openstack.org/pipermail/openstack-dev/2018-November/136260.html18:21
mrhillsmani was just wondering what other sdk stakeholders thought of it18:21
mrhillsmanif they already had some implementation in place18:22
mordredmrhillsman: it's a great question - I'd definitely love any feedback people have18:22
mrhillsman++18:24
mordredbut 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/api18:26
*** ttsiouts has quit IRC18:28
mrhillsmanyeah, i believe gophercloud supports this, not sure of the others unfortunately18:29
mordredyeah. I'm hoping if we can get them better defined we can get them supported more broadly18:45
*** e0ne has quit IRC19:04
openstackgerritMerged openstack/openstacksdk master: Move server munch transformation into normalize  https://review.openstack.org/62158519:13
*** e0ne has joined #openstack-sdks19:17
*** amotoki has quit IRC19:21
*** amotoki has joined #openstack-sdks19:23
*** bobh has quit IRC19:33
*** gouthamr has left #openstack-sdks19:46
*** e0ne has quit IRC19:51
*** e0ne has joined #openstack-sdks19:52
*** cdent has quit IRC19:55
*** e0ne has quit IRC20:02
*** e0ne has joined #openstack-sdks20:03
*** e0ne has quit IRC20:10
*** e0ne has joined #openstack-sdks20:17
*** e0ne has quit IRC20:21
openstackgerritYuval Shalev proposed openstack/openstacksdk master: Add host aggregate missing functions  https://review.openstack.org/62169520:34
openstackgerritYuval Shalev proposed openstack/openstacksdk master: Add host aggregate missing functions  https://review.openstack.org/62169520:36
*** e0ne has joined #openstack-sdks20:42
*** e0ne has quit IRC20:42
umbSublimeHi, Is this the right channel to ask about openstack-client features ?21:32
slaweqmordred: hi21:41
mordredhey slaweq !21:42
slaweqmordred: I'm trying to get osprofiler reports for neutron API calls when using openstackclient21:42
mordredslaweq: that sounds like a worthy thing to want to do :)21:42
slaweqmordred: and it looks for me that our SDK don't send X-Trace-Info header like it should21:42
slaweqdo You know something about it? is it a bug/21:42
slaweqbug?21:43
*** gouthamr has joined #openstack-sdks21:44
mordredI'm gonna bet it's a bug - I don't think we've ever implemented support for x-trace-info21:44
slaweqit works for e.g. nova or glance commands in OSC but it's probably because nova/glance client bindings are used there instead of SDK21:46
slaweqand for neutron SDK is used and that don't work21:46
slaweqok, I will try to find out how to fix it in SDK then21:46
slaweqthx21:46
mordredslaweq: sweet. I'd hope it's a thing we can do once at a low level in the proxy/adapter layer or something22:10
mordredslaweq: but I look forward to learning more22:10
*** mriedem is now known as mriedem_away22:40
*** lbragstad has quit IRC22:51
*** lbragstad has joined #openstack-sdks22:52
*** irclogbot_2 has joined #openstack-sdks23:09
*** gkadam has quit IRC23:48
*** pbourke has quit IRC23:53
*** pbourke has joined #openstack-sdks23:55

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