openstackgerrit | Merged openstack/python-openstackclient: Add project and domain params to network create https://review.openstack.org/156492 | 00:09 |
---|---|---|
stevemar | dtroyer, should we retroactively create a bug for https://review.openstack.org/#/c/156492/ and mark it as fixed? | 00:14 |
stevemar | for book-keeping purposes | 00:14 |
*** pm90_ has quit IRC | 00:27 | |
*** pm90_ has joined #openstack-sdks | 00:27 | |
*** pm90_ has quit IRC | 00:31 | |
dtroyer | stevemar: if you like. I'm ok without one at this point | 01:00 |
dtroyer | stevemar: btw, I'll probably not make this weeks meeting, want to run it? or we could cancel it if there is nothing pressing | 01:01 |
openstackgerrit | Merged openstack/python-openstackclient: Add a doc about authenticating against v3 https://review.openstack.org/163696 | 01:10 |
stevemar | dtroyer, i'll run it, but if no one shows up i'll cancel it | 01:27 |
dtroyer | so the only thing worse that hotels that charge $15/day for wifi are the ones that lie about it on their web site | 01:28 |
stevemar | dtroyer, i'm gonna file a bug about it, it's bugging me and it'll be nice to have a place to point to | 01:35 |
stevemar | theres a special place reserved in hell for the people that do that | 01:36 |
*** tzero has quit IRC | 04:11 | |
*** tzero has joined #openstack-sdks | 04:19 | |
*** boris-42 has quit IRC | 05:28 | |
*** tzero has quit IRC | 05:41 | |
*** tzero has joined #openstack-sdks | 06:00 | |
*** chlong has quit IRC | 06:42 | |
*** chlong has joined #openstack-sdks | 07:03 | |
*** stevemar has quit IRC | 07:58 | |
*** chlong has quit IRC | 08:12 | |
*** maufart has joined #openstack-sdks | 08:21 | |
*** tellesnobrega has quit IRC | 08:28 | |
*** tellesnobrega has joined #openstack-sdks | 08:40 | |
openstackgerrit | Marek Denis proposed openstack/python-openstackclient: Federation Service Providers CRUD operations https://review.openstack.org/165755 | 09:50 |
openstackgerrit | Julien Danjou proposed stackforge/python-openstacksdk: resource: add post_create flag https://review.openstack.org/162619 | 10:45 |
openstackgerrit | Julien Danjou proposed stackforge/python-openstacksdk: metric: add support for generic resources https://review.openstack.org/162620 | 10:45 |
openstackgerrit | Marek Denis proposed openstack/python-openstackclient: Federation Service Providers CRUD operations https://review.openstack.org/165755 | 10:49 |
d0ugal | Can one Python package define multiple osc plugins? | 10:56 |
d0ugal | I'm trying to understand how the make_client would work if I need it to make different clients | 10:57 |
d0ugal | obviously osc does this with the included plugins, but I can't figure out if that is something I can do too :) | 10:57 |
openstackgerrit | Marek Denis proposed openstack/python-openstackclient: Federation Service Providers CRUD operations https://review.openstack.org/165755 | 11:26 |
*** jamielennox is now known as jamielennox|away | 11:45 | |
*** boris-42 has joined #openstack-sdks | 12:07 | |
*** chlong has joined #openstack-sdks | 12:12 | |
*** chlong has quit IRC | 12:15 | |
*** chlong has joined #openstack-sdks | 12:32 | |
*** chlong has quit IRC | 12:35 | |
*** chlong has joined #openstack-sdks | 12:36 | |
*** chlong has quit IRC | 12:39 | |
openstackgerrit | Rodrigo Duarte proposed openstack/python-openstackclient: Enables retrieval of project's parents and subtree https://review.openstack.org/123539 | 12:44 |
*** Miouge has joined #openstack-sdks | 12:44 | |
*** bknudson has quit IRC | 12:51 | |
*** chlong has joined #openstack-sdks | 12:56 | |
*** Miouge has quit IRC | 13:04 | |
*** Miouge has joined #openstack-sdks | 13:05 | |
*** Miouge has quit IRC | 13:05 | |
dtroyer | d0ugal: when you say different clients, do you mean versions or totally different objects? | 13:11 |
dtroyer | you could register multiple entry points, ie, multiple make_client() functions | 13:12 |
*** bknudson has joined #openstack-sdks | 13:15 | |
*** pm90_ has joined #openstack-sdks | 13:31 | |
*** pm90_ has quit IRC | 13:31 | |
*** pm90_ has joined #openstack-sdks | 13:32 | |
openstackgerrit | Julien Danjou proposed stackforge/python-openstacksdk: resource: add post_create flag https://review.openstack.org/162619 | 13:38 |
openstackgerrit | Julien Danjou proposed stackforge/python-openstacksdk: metric: add support for generic resources https://review.openstack.org/162620 | 13:38 |
*** mattfarina has joined #openstack-sdks | 13:43 | |
d0ugal | d0ugal: totally different clients, one of the things we want to do is provide assistance when working with multiple services at the same time | 13:56 |
d0ugal | dtroyer: I'm using multiple entries under openstack.cli.extension's in my setup.cfg - seems like it might do the job. | 13:56 |
d0ugal | I feel like we may be a non-standard osc use case :) | 13:57 |
dtroyer | d0ugal: multiple entries is what I was thinking so you are on the right track. | 13:59 |
openstackgerrit | Julien Danjou proposed stackforge/python-openstacksdk: metric: add support for generic resources https://review.openstack.org/162620 | 14:11 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:15 | |
d0ugal | dtroyer: Looking at http://docs.openstack.org/developer/python-openstackclient/plugins.html in openstack.oscplugin.v1, does oscplugin refer to the plugin name or the package name? I know in this case they are the same. | 14:28 |
dtroyer | d0ugal: the name on the left side of the entry point in setup.cfg is basically ignored. IIRC setuptools wants it to be unique but otherwise OSC doesn't use it. We get the name of the plugin from API_NAME. | 14:41 |
dtroyer | so in your case I think you will need multiple modules within the plugin to properly initialize multiple clients. | 14:41 |
dtroyer | or at least to have them appear individually within client manager | 14:42 |
dtroyer | nothing prevents you from combining hem in a single object that you give to client manager as your 'client' | 14:42 |
*** stevemar has joined #openstack-sdks | 14:48 | |
d0ugal | dtroyer: Thanks - I think I might try the approach of having a wrapper client. Sounds like it might be the simplest. | 14:50 |
openstackgerrit | Merged stackforge/python-openstacksdk: Add new _verify to proxy base tests https://review.openstack.org/166900 | 15:11 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Proxy delete method https://review.openstack.org/164310 | 15:13 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Add _check_resource to BaseProxy https://review.openstack.org/167273 | 15:23 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Proxy delete method https://review.openstack.org/164310 | 15:27 |
*** maufart has quit IRC | 15:28 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Proxy get method https://review.openstack.org/164351 | 15:32 |
*** pm90__ has joined #openstack-sdks | 15:34 | |
*** pm90_ has quit IRC | 15:37 | |
*** Miouge has joined #openstack-sdks | 15:53 | |
*** pm90__ has quit IRC | 16:01 | |
*** chlong has quit IRC | 16:16 | |
*** Miouge has quit IRC | 16:20 | |
*** Miouge has joined #openstack-sdks | 16:20 | |
*** Miouge has quit IRC | 16:26 | |
*** Miouge has joined #openstack-sdks | 16:32 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Federation Service Providers CRUD operations https://review.openstack.org/165755 | 16:44 |
briancurtin | FYI: skipping SDK meeting this week. Terry is out on vacation. i'm working through implementations based on the guidelines, not much other general movement | 17:53 |
*** pm90_ has joined #openstack-sdks | 17:59 | |
*** pm90_ has quit IRC | 18:00 | |
*** pm90_ has joined #openstack-sdks | 18:01 | |
*** jamielennox|away is now known as jamielennox | 18:04 | |
openstackgerrit | Marek Denis proposed openstack/python-openstackclient: Federation Service Providers CRUD operations https://review.openstack.org/165755 | 18:29 |
jamielennox | dtroyer, stevemar: would you like to look over https://review.openstack.org/#/c/149175/ as it's essentially for OSC | 19:05 |
redrobot | no sdk meeting today? | 19:07 |
redrobot | never mind, no meeting today :) | 19:07 |
*** sigmavirus24 is now known as sigmavirus24_awa | 19:17 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 19:17 | |
stevemar | jamielennox, oh nice | 19:19 |
jamielennox | stevemar: i've been promising something like that for a while - but it would let OSC do keyring support | 19:20 |
*** tellesnobrega has quit IRC | 19:29 | |
*** tellesnobrega has joined #openstack-sdks | 19:33 | |
*** pm90_ has quit IRC | 20:14 | |
*** openstackgerrit has quit IRC | 21:07 | |
*** openstackgerrit has joined #openstack-sdks | 21:07 | |
*** trown is now known as trown|outttypeww | 21:09 | |
*** pm90_ has joined #openstack-sdks | 21:13 | |
*** pm90_ has quit IRC | 21:16 | |
*** pm90_ has joined #openstack-sdks | 21:16 | |
*** redrobot has quit IRC | 21:42 | |
*** redrobot has joined #openstack-sdks | 21:47 | |
*** pm90_ has quit IRC | 21:47 | |
*** redrobot is now known as Guest9385 | 21:47 | |
*** jacekn has quit IRC | 21:48 | |
*** jacekn has joined #openstack-sdks | 21:49 | |
*** mattfarina has quit IRC | 21:53 | |
*** Guest9385 is now known as redrobot | 22:00 | |
*** bknudson has quit IRC | 22:04 | |
*** pm90_ has joined #openstack-sdks | 22:17 | |
*** pm90_ has quit IRC | 22:17 | |
*** pm90_ has joined #openstack-sdks | 22:17 | |
*** pm90_ has quit IRC | 22:32 | |
*** pm90_ has joined #openstack-sdks | 22:45 | |
*** mattfarina has joined #openstack-sdks | 22:54 | |
*** chlong has joined #openstack-sdks | 23:20 | |
*** stevemar has quit IRC | 23:34 | |
*** chlong has quit IRC | 23:35 | |
*** stevemar has joined #openstack-sdks | 23:35 | |
*** chlong has joined #openstack-sdks | 23:35 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!