*** edmondsw has quit IRC | 00:04 | |
*** rajathagasthya has quit IRC | 00:04 | |
*** gouthamr has joined #openstack-sdks | 00:21 | |
*** rajathagasthya has joined #openstack-sdks | 00:24 | |
*** LindaWang has joined #openstack-sdks | 00:46 | |
*** jkilpatr has quit IRC | 00:59 | |
*** gildub has joined #openstack-sdks | 01:04 | |
*** edmondsw has joined #openstack-sdks | 01:28 | |
*** rajathagasthya has quit IRC | 02:24 | |
*** dave-mccowan has quit IRC | 02:31 | |
*** rajathagasthya has joined #openstack-sdks | 02:41 | |
*** ldl has joined #openstack-sdks | 02:47 | |
*** bobh has joined #openstack-sdks | 03:10 | |
*** bobh has quit IRC | 03:20 | |
*** edmondsw has quit IRC | 03:23 | |
*** fzdarsky has quit IRC | 03:24 | |
*** rajathagasthya has quit IRC | 03:29 | |
*** gildub has quit IRC | 03:38 | |
*** gildub has joined #openstack-sdks | 03:56 | |
*** gouthamr has quit IRC | 04:14 | |
*** edmondsw has joined #openstack-sdks | 04:21 | |
*** edmondsw has quit IRC | 04:26 | |
*** fzdarsky has joined #openstack-sdks | 05:36 | |
*** fzdarsky has quit IRC | 05:37 | |
*** fzdarsky has joined #openstack-sdks | 05:37 | |
*** e0ne has joined #openstack-sdks | 05:43 | |
*** edmondsw has joined #openstack-sdks | 06:10 | |
*** edmondsw has quit IRC | 06:14 | |
*** gildub has quit IRC | 06:59 | |
*** annp has joined #openstack-sdks | 07:03 | |
*** fzdarsky has quit IRC | 07:06 | |
*** e0ne has quit IRC | 07:17 | |
*** hoangcx has quit IRC | 07:19 | |
*** hoangcx has joined #openstack-sdks | 07:22 | |
*** hoangcx has quit IRC | 07:31 | |
*** jpich has joined #openstack-sdks | 07:35 | |
*** hoangcx has joined #openstack-sdks | 07:36 | |
*** ralonsoh has joined #openstack-sdks | 07:44 | |
*** gildub has joined #openstack-sdks | 07:48 | |
*** edmondsw has joined #openstack-sdks | 07:58 | |
*** edmondsw has quit IRC | 08:02 | |
*** e0ne has joined #openstack-sdks | 08:40 | |
*** cdent has joined #openstack-sdks | 08:54 | |
*** gildub has quit IRC | 09:06 | |
*** gildub has joined #openstack-sdks | 09:07 | |
openstackgerrit | Stephen Finucane proposed openstack/cliff master: Generate demoapp CLI refernece https://review.openstack.org/483134 | 09:09 |
---|---|---|
openstackgerrit | Stephen Finucane proposed openstack/cliff master: doc: Cleanup of demoapp doc https://review.openstack.org/510802 | 09:14 |
*** gildub has quit IRC | 09:29 | |
*** edmondsw has joined #openstack-sdks | 09:46 | |
*** edmondsw has quit IRC | 09:51 | |
*** dtantsur|afk is now known as dtantsur | 09:53 | |
umbSublime | is there currently a way to get a flavor's extra_specs from the SDK, I can't seem to find one :/. | 09:58 |
*** ldl has quit IRC | 10:04 | |
*** sdague has joined #openstack-sdks | 10:12 | |
*** gildub has joined #openstack-sdks | 10:29 | |
*** ldl has joined #openstack-sdks | 10:29 | |
*** Suramya has joined #openstack-sdks | 10:34 | |
*** jkilpatr has joined #openstack-sdks | 11:03 | |
*** dtantsur has quit IRC | 11:04 | |
*** dtantsur has joined #openstack-sdks | 11:08 | |
*** dtantsur has quit IRC | 11:08 | |
*** dtantsur has joined #openstack-sdks | 11:09 | |
*** dtantsur has quit IRC | 11:09 | |
*** dtantsur has joined #openstack-sdks | 11:13 | |
openstackgerrit | Merged openstack/cliff master: doc: Remove blank lines between term and definition https://review.openstack.org/485698 | 11:32 |
*** edmondsw has joined #openstack-sdks | 12:03 | |
*** edmondsw has quit IRC | 12:04 | |
*** edmondsw_ has joined #openstack-sdks | 12:05 | |
*** annp has quit IRC | 12:20 | |
*** LindaWang has quit IRC | 12:46 | |
mordred | umbSublime: no, openstacksdk does not have support for flavor extra_specs at the moment. shade does, so if you're blocked on it I'd suggest shade - there will be work to merge the two over the next cycle | 12:49 |
mordred | thingee: on-boarding room sounds great | 12:49 |
umbSublime | mordred, thank you, I'm no developer, but looking at the codebase for the SDK I was wondering if as a work-around for now I could just modify the Flavor object to add a property for extra_specs would just "work" https://github.com/openstack/python-openstacksdk/blob/79462437058e37b83b8153531b5078ddc5a1edb8/openstack/compute/v2/flavor.py#L56. | 12:52 |
umbSublime | Using shade would work indeed, but performance wise in my experience using the SDK directly is much faster. | 12:52 |
*** Kevin_Zheng has joined #openstack-sdks | 12:52 | |
umbSublime | concerning you last bit, you mean if all goes well in next cycle there will be a merge of shade and openstacksdk ? | 12:53 |
mordred | umbSublime: yah - that's likely because of the current shade behavior to use list() and then client-side filtering for get() calls ... | 12:55 |
mordred | umbSublime: there is a constructor parameter now "use_direct_get" which switches behavior to using get() instead ... there is also, ironically enough, a flag to tell shade to NOT fetch extra_specs every time you look for a flavor :) | 12:56 |
mordred | (the current default behavior is to fetch a flavor's extra_specs when fetching a flavor - this was a bad choice) | 12:56 |
*** gildub has quit IRC | 12:56 | |
mordred | umbSublime: and yes - we've merged the teams just recently and we'll be working to move what is now shade into being some classes inside of sdk | 12:57 |
umbSublime | sort or like when using nova/openstack cli, it does 2 api calls, one to get flavor and another to get the extra_specs with no way to disable extra_specs | 12:58 |
mordred | umbSublime: unfortunately extra_specs are an extra REST call - so just adding an attribute there won't get you any data | 12:58 |
*** efried has quit IRC | 12:58 | |
*** efried has joined #openstack-sdks | 12:58 | |
umbSublime | maybe another question, with the sdk is it possible to use the connection to do a "custom" api call ? if that's the case i could work-around this and deal with the api call json result myself | 12:59 |
mordred | umbSublime: yah - re: extra_specs ... if you add: | 13:00 |
mordred | shade: | 13:00 |
mordred | get_flavor_extra_specs: false | 13:00 |
mordred | to clouds.yaml (top level) it will turn off the shade behavior (in case that winds up being useful to you) | 13:01 |
*** edmondsw_ is now known as edmondsw | 13:01 | |
mordred | umbSublime: not at the moment (re REST) - but I actually have a patch up to add that ability | 13:01 |
mordred | umbSublime: in part of the patch series aimed at laying the plumbing groundwork for integrating shade and sdk with each other | 13:01 |
*** ldl has quit IRC | 13:01 | |
umbSublime | awesome, then I guess I'll work-around my issue with shade for now and switch to using the REST call when it's ready. Thanks for the help | 13:02 |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/python-openstacksdk master: Avoid default mutable values in arguments https://review.openstack.org/510870 | 13:02 |
mordred | umbSublime: sure thing! hopefully in the not-too-distant-future we'll have answers for both side of this :) | 13:02 |
umbSublime | mordred, maybe I can do a "hack" to get the token from the connection object and just use requests module for my custom api call. Would that be possible ? | 13:03 |
mordred | umbSublime: I think instead just try using the session property on the Connection | 13:05 |
mordred | umbSublime: one sec ... | 13:05 |
umbSublime | ohh right, that's actually what i was refering too. Thanks again | 13:05 |
*** LindaWang has joined #openstack-sdks | 13:11 | |
openstackgerrit | Rodolfo Alonso Hernandez proposed openstack/python-openstackclient master: Avoid default mutable values in arguments https://review.openstack.org/510876 | 13:12 |
*** lbragstad has joined #openstack-sdks | 13:28 | |
*** bobh has joined #openstack-sdks | 13:33 | |
*** dave-mccowan has joined #openstack-sdks | 13:33 | |
*** efried has quit IRC | 13:34 | |
*** gouthamr has joined #openstack-sdks | 13:45 | |
*** chlong_ has joined #openstack-sdks | 13:47 | |
*** chlong has joined #openstack-sdks | 13:47 | |
*** d0ugal has quit IRC | 14:00 | |
*** d0ugal has joined #openstack-sdks | 14:00 | |
*** d0ugal has quit IRC | 14:00 | |
*** d0ugal has joined #openstack-sdks | 14:00 | |
*** d0ugal has quit IRC | 14:00 | |
*** d0ugal has joined #openstack-sdks | 14:00 | |
*** d0ugal has quit IRC | 14:01 | |
*** d0ugal has joined #openstack-sdks | 14:02 | |
*** d0ugal has quit IRC | 14:02 | |
*** d0ugal has joined #openstack-sdks | 14:02 | |
*** efried has joined #openstack-sdks | 14:23 | |
*** edmondsw has quit IRC | 14:25 | |
*** edmondsw has joined #openstack-sdks | 14:26 | |
*** edmondsw_ has joined #openstack-sdks | 14:27 | |
*** edmonds__ has joined #openstack-sdks | 14:28 | |
*** edmondsw has quit IRC | 14:30 | |
*** Suramya has quit IRC | 14:30 | |
*** edmondsw_ has quit IRC | 14:31 | |
*** chlong has quit IRC | 14:36 | |
*** chlong_ has quit IRC | 14:36 | |
*** chlong has joined #openstack-sdks | 14:36 | |
*** nikhil has joined #openstack-sdks | 14:44 | |
*** ldl has joined #openstack-sdks | 14:57 | |
*** cfriesen has joined #openstack-sdks | 15:00 | |
openstackgerrit | Stephen Finucane proposed openstack/cliff master: Generate demoapp CLI refernece https://review.openstack.org/483134 | 15:10 |
openstackgerrit | Stephen Finucane proposed openstack/cliff master: doc: Cleanup of demoapp doc https://review.openstack.org/510802 | 15:10 |
openstackgerrit | Stephen Finucane proposed openstack/cliff master: sphinxext: Warn if namespace or command pattern invalid https://review.openstack.org/510913 | 15:24 |
*** edmonds__ has quit IRC | 15:29 | |
*** edmondsw has joined #openstack-sdks | 15:32 | |
*** efried has quit IRC | 15:34 | |
*** edmondsw_ has joined #openstack-sdks | 15:36 | |
*** edmondsw has quit IRC | 15:37 | |
*** efried has joined #openstack-sdks | 15:40 | |
*** edmondsw_ has quit IRC | 15:41 | |
*** ldl has quit IRC | 15:45 | |
*** e0ne has quit IRC | 15:45 | |
*** edmondsw has joined #openstack-sdks | 15:50 | |
*** LindaWang has quit IRC | 15:52 | |
*** edmondsw has quit IRC | 15:55 | |
*** edmondsw has joined #openstack-sdks | 15:56 | |
*** dave-mcc_ has joined #openstack-sdks | 16:02 | |
*** dave-mccowan has quit IRC | 16:04 | |
*** gouthamr has quit IRC | 16:10 | |
*** ralonsoh_ has joined #openstack-sdks | 16:13 | |
*** ralonsoh has quit IRC | 16:16 | |
efried | mordred cdent (sdague) Should we be adding a block-storage endpoint in devstack, since that be the official service type for cinder? | 16:39 |
*** jpich has quit IRC | 16:39 | |
cdent | efried: yes, it would be great if what’s in devstack matched sta | 16:40 |
cdent | but it’s likely/possible that could break some stuff | 16:40 |
efried | cdent Okay. I'm going to be poking in the dark a little bit here, but I'll shoot you the review once I've got it. | 16:40 |
efried | cdent Oh, I wasn't going to remove volumev3 | 16:40 |
cdent | ✔ | 16:40 |
efried | yet | 16:40 |
mordred | efried: yah- definitely adding a block-storage owuld be great | 16:41 |
mordred | efried: obvoiusly if you do, add the unversioned endpoint as block-storage, not the versoined :) | 16:42 |
efried | mordred Cool, on it. (Currently trying to figure out whether I can duplicate the service name, or if not, what I should call it) | 16:42 |
mordred | efried: service name carries no meaning - so it's fine to duplicate it | 16:44 |
efried | sweet | 16:44 |
cdent | <pic of service> this is not a service | 16:46 |
efried | cdent mordred This look right? https://review.openstack.org/510939 | 16:50 |
cdent | efried: superficially glancing, yes | 16:52 |
cdent | it’ll be a great shiny day when we can get rid of these rest of those | 16:52 |
efried | cdent I got here from test failures on https://review.openstack.org/#/c/508345/ which I'm pretty sure are happening because there's no 'block-storage' entry in the catalog. | 16:53 |
efried | though I thought ksa was supposed to try the aliases, maybe? | 16:54 |
cdent | isn’t it supposed to fall back to aliases? | 16:54 |
efried | I'm confusing myself. | 16:54 |
cdent | jinx | 16:54 |
cdent | me too | 16:54 |
efried | and cinder is way messed up | 16:54 |
*** gouthamr has joined #openstack-sdks | 16:56 | |
*** gouthamr has quit IRC | 17:00 | |
*** gouthamr has joined #openstack-sdks | 17:01 | |
*** lifeless has quit IRC | 17:03 | |
*** ralonsoh_ has quit IRC | 17:04 | |
*** jkilpatr_ has joined #openstack-sdks | 17:13 | |
mordred | cdent, efried: alias fallback is the last missing thing we haven't yet added to ksa | 17:13 |
efried | ah | 17:13 |
mordred | cdent, efried: the patch is here: https://review.openstack.org/#/c/484341/ and it's on my list to finish as soon as zuul v3 rollout is done | 17:13 |
cdent | k3w! | 17:14 |
*** jkilpatr has quit IRC | 17:14 | |
*** lifeless has joined #openstack-sdks | 17:20 | |
*** dtantsur is now known as dtantsur|afk | 17:38 | |
briancurtin | umbSublime: if you just want the token you can call https://developer.openstack.org/sdks/python/openstacksdk/users/connection.html#openstack.connection.Connection.authorize | 18:47 |
briancurtin | that’s used for more explicitly authorizing (if necessary, it’s not the usual way you auth), and that will return the auth token | 18:48 |
*** jkilpatr_ has quit IRC | 19:12 | |
*** jkilpatr has joined #openstack-sdks | 19:27 | |
*** e0ne has joined #openstack-sdks | 20:00 | |
*** e0ne has quit IRC | 20:20 | |
*** e0ne has joined #openstack-sdks | 20:23 | |
*** e0ne has quit IRC | 20:25 | |
*** openstackgerrit has quit IRC | 20:33 | |
*** gouthamr has quit IRC | 21:06 | |
*** edmondsw has quit IRC | 21:33 | |
*** edmondsw_ has joined #openstack-sdks | 21:35 | |
*** edmondsw_ has quit IRC | 21:39 | |
*** efried has quit IRC | 21:46 | |
*** edmondsw has joined #openstack-sdks | 22:08 | |
*** openstackgerrit has joined #openstack-sdks | 22:10 | |
openstackgerrit | Jackie Truong proposed openstack/python-openstackclient master: Add trusted_image_certificates to server https://review.openstack.org/501926 | 22:10 |
*** bobh has quit IRC | 22:11 | |
*** edmondsw has quit IRC | 22:13 | |
*** chlong has quit IRC | 22:30 | |
*** sdague has quit IRC | 22:39 | |
*** cdent has quit IRC | 23:02 | |
openstackgerrit | Merged openstack/cliff master: Alias exit to cmd2's quit command to exit interactive shell https://review.openstack.org/491217 | 23:20 |
*** gouthamr has joined #openstack-sdks | 23:39 | |
*** gildub has joined #openstack-sdks | 23:49 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!