*** chlong has quit IRC | 00:08 | |
*** Qiming has joined #openstack-sdks | 00:16 | |
*** Qiming has quit IRC | 00:25 | |
*** ameybhide has quit IRC | 00:51 | |
*** Qiming has joined #openstack-sdks | 01:10 | |
*** Qiming_ has joined #openstack-sdks | 01:11 | |
*** hitalia has quit IRC | 01:12 | |
*** Qiming has quit IRC | 01:15 | |
*** chlong has joined #openstack-sdks | 01:29 | |
*** Yanyanhu has joined #openstack-sdks | 01:39 | |
*** stevemar has joined #openstack-sdks | 01:41 | |
*** Qiming__ has joined #openstack-sdks | 01:55 | |
*** Qiming_ has quit IRC | 01:58 | |
*** Qiming_ has joined #openstack-sdks | 02:38 | |
*** Qiming__ has quit IRC | 02:42 | |
*** Qiming_ is now known as Qiming | 02:51 | |
*** stevemar has quit IRC | 02:54 | |
*** stevemar has joined #openstack-sdks | 02:54 | |
*** guojian has joined #openstack-sdks | 03:05 | |
*** guojian has quit IRC | 04:21 | |
*** hitalia has joined #openstack-sdks | 05:35 | |
*** terrylhowe has quit IRC | 05:37 | |
*** ig0r_ has joined #openstack-sdks | 05:51 | |
*** ig0r__ has quit IRC | 05:55 | |
*** fifieldt has joined #openstack-sdks | 06:43 | |
*** stevemar has quit IRC | 06:59 | |
*** stevemar has joined #openstack-sdks | 07:00 | |
*** stevemar has quit IRC | 07:11 | |
*** aufi has joined #openstack-sdks | 07:19 | |
openstackgerrit | Javier Peña proposed openstack/python-openstackclient: Fix the way auth_type default value is overriden https://review.openstack.org/198788 | 07:20 |
---|---|---|
*** jaosorior has joined #openstack-sdks | 07:55 | |
openstackgerrit | Guojian Shao proposed openstack/python-openstackclient: add functional tests for identity v3 https://review.openstack.org/197883 | 08:01 |
*** karimb has joined #openstack-sdks | 08:05 | |
*** stevemar has joined #openstack-sdks | 08:12 | |
*** chlong has quit IRC | 08:13 | |
*** stevemar has quit IRC | 08:16 | |
*** sorantis has joined #openstack-sdks | 08:32 | |
*** hitalia has quit IRC | 08:50 | |
*** boris-42 has quit IRC | 09:22 | |
*** Yanyanhu has quit IRC | 09:51 | |
*** Qiming has quit IRC | 10:05 | |
*** sorantis has quit IRC | 10:16 | |
*** guojian has joined #openstack-sdks | 10:17 | |
*** sorantis has joined #openstack-sdks | 10:25 | |
*** guojian has quit IRC | 10:43 | |
*** sorantis_ has joined #openstack-sdks | 11:02 | |
*** Qiming has joined #openstack-sdks | 11:04 | |
*** sorantis has quit IRC | 11:05 | |
*** sorantis_ is now known as sorantis | 11:05 | |
openstackgerrit | Derek Higgins proposed openstack/cliff: Use base command for help test https://review.openstack.org/199052 | 11:12 |
*** stevemar has joined #openstack-sdks | 11:50 | |
*** stevemar has quit IRC | 11:54 | |
jaosorior | stevemar: Thanks for the help with the CR, dude :D | 11:58 |
*** trown|outttypeww is now known as trown | 12:01 | |
*** bknudson has quit IRC | 12:03 | |
*** chlong has joined #openstack-sdks | 12:05 | |
*** terrylhowe has joined #openstack-sdks | 12:16 | |
*** bknudson has joined #openstack-sdks | 12:27 | |
*** dguerri` is now known as dguerri | 12:39 | |
*** zz_steveortiz is now known as steveortiz | 12:49 | |
*** thrash|g0ne is now known as thrash | 13:17 | |
*** petertr7_away is now known as petertr7 | 13:29 | |
*** boris-42 has joined #openstack-sdks | 13:33 | |
*** stevemar has joined #openstack-sdks | 13:39 | |
*** stevemar has quit IRC | 13:42 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:57 | |
*** pm90_ has joined #openstack-sdks | 14:22 | |
*** pm90_ has quit IRC | 14:23 | |
*** pm90_ has joined #openstack-sdks | 14:23 | |
*** chlong has quit IRC | 14:25 | |
*** aufi has quit IRC | 15:09 | |
*** stevemar has joined #openstack-sdks | 15:22 | |
*** georgeser has joined #openstack-sdks | 15:25 | |
stevemar | jaosorior: you got it working :) | 15:38 |
jaosorior | stevemar: Yeah, only thing I needed to do was simulate a bit how OCC works in barbican | 15:41 |
stevemar | jaosorior: yeah, i was fooling around with it last night and got the commands to show up in help and respond to `openstack secret create` then saw client errors and gave up :( | 15:43 |
openstackgerrit | Everett Toews proposed stackforge/python-openstacksdk: Don't allow users to set all API versions the same https://review.openstack.org/199158 | 15:43 |
jaosorior | stevemar: Now only thing left to figure out is if people really want to keep the barbican cli, or we can make the switch towards using OCC exclusively. Though I guess that could only happen if I fix a couple of the limitations that I mentioned in the commit message | 15:45 |
stevemar | jaosorior: yeah, i mentioned that in the first patch set, about deprecating the old CLI | 15:46 |
jaosorior | stevemar: only problem that I haven't figured out is that, for the case where the noauth middleware is setup in barbican (it's useful when bootstrapping), using the OCC is quite problematic, as it will always try to properly build a keystone session | 15:48 |
jaosorior | for this in the old CLI we have a noauth option | 15:49 |
jaosorior | anyway, I'll figure something out | 15:49 |
stevemar | jaosorior: there's actually a no_auth = False option you can set, per command | 15:51 |
jaosorior | stevemar: I missed that one | 15:51 |
stevemar | jaosorior: https://github.com/openstack/heat-translator/blob/master/translator/osc/v1/translate.py#L26-L30 | 15:51 |
stevemar | just set auth_required = False, not ... no_auth = False, my bad | 15:52 |
stevemar | which commands need no auth? | 15:53 |
jaosorior | all | 15:53 |
* dtroyer jumping in late | 15:54 | |
dtroyer | jaosorior: how does the babican cli know when to use noauth? | 15:55 |
jaosorior | dtroyer: We have an argument that's passed in. That could be added to the build_option_parser in the plugin, I guess. and it ends up building the Client here: https://github.com/openstack/python-barbicanclient/blob/master/barbicanclient/barbican.py#L132 | 15:57 |
dtroyer | ok, so the cli user needs to know to add an option? What I am headed toward is the auth_required is defaulted as a class variable, but it can be changed and could be set from a cli option in the cases where you need it. I'm trying to figure out when that is and who needs to know to do it... | 15:59 |
jaosorior | yeah, it's added by the user | 16:00 |
dtroyer | ok, then it is just a matter of getting auth_required set properly. we currently do not have a global option to do that but it might be worth thinking about one. A command-specific option can always handle that too but if this is needed in many places a global might make more sense | 16:04 |
*** sorantis has quit IRC | 16:09 | |
*** pm90_ has quit IRC | 16:13 | |
*** Qiming has quit IRC | 16:14 | |
*** pm90_ has joined #openstack-sdks | 16:17 | |
*** petertr7 is now known as petertr7_away | 16:23 | |
georgeser | Hi all. I am trying to build a plugin for OSC. Can someone make clear what it the role of variable called API_VERSION_OPTION? | 16:25 |
openstackgerrit | Merged stackforge/python-openstacksdk: Don't allow users to set all API versions the same https://review.openstack.org/199158 | 16:26 |
*** pm90_ has quit IRC | 16:30 | |
*** pm90_ has joined #openstack-sdks | 16:34 | |
*** karimb has quit IRC | 16:54 | |
*** trown is now known as trown|lunch | 17:00 | |
*** petertr7_away is now known as petertr7 | 17:14 | |
*** david-lyle has quit IRC | 17:19 | |
*** petertr7 is now known as petertr7_away | 17:25 | |
*** hitalia has joined #openstack-sdks | 17:30 | |
*** petertr7_away is now known as petertr7 | 17:34 | |
*** dguerri is now known as dguerri` | 17:47 | |
*** trown|lunch is now known as trown | 17:59 | |
*** jose4183 has quit IRC | 18:10 | |
openstackgerrit | Merged openstack/python-openstackclient: add functional tests for identity v3 https://review.openstack.org/197883 | 18:11 |
openstackgerrit | Terry Howe proposed openstack/python-openstackclient: add functional tests for identity v2 https://review.openstack.org/198498 | 18:20 |
etoews | sieben minuten till the sdk meeting | 18:53 |
etoews | britthouser mentioned he might not be able to make for the beginning so i #startmeeting unless someone else would care to | 18:55 |
etoews | s/i/i can/ | 18:55 |
britthouser | I think maybe you mean briancurtin? | 18:56 |
etoews | oops. yes. apologies britthouser | 18:58 |
etoews | or maybe i'm just trying to drag you into our meeting | 18:58 |
britthouser | lol....Wish I could. I think it will be more interesting than teh meeting I'm having to attend instead. =) | 18:58 |
etoews | :) | 18:59 |
jamielennox | dtroyer: so morganfainberg is pushing for ksa to come soon - what's your opinion on https://review.openstack.org/#/c/190594/ | 19:05 |
jamielennox | dtroyer: does that satisfy what you think of as a split for loading? | 19:06 |
dtroyer | jamielennox: I'll take a look this afternoon... | 19:06 |
jamielennox | dtroyer: thanks, it's a fairly major break away from the old way - i actually quite like it but it's going to annoying to plumb back into old keystoneclient so i want to make sure i get it right with what you want | 19:08 |
dtroyer | thanks | 19:09 |
*** hitalia has quit IRC | 19:32 | |
*** david-lyle has joined #openstack-sdks | 19:50 | |
*** hitalia has joined #openstack-sdks | 20:00 | |
terrylhowe | etoews: briancurtin what is up with https://review.openstack.org/#/c/155362/ | 20:01 |
terrylhowe | I could use some feedback | 20:01 |
briancurtin | terrylhowe: i'll take a look | 20:01 |
openstackgerrit | Monty Taylor proposed openstack/os-client-config: Remove oslotest requirement https://review.openstack.org/199236 | 20:02 |
briancurtin | have been looking at another approach donald stufft had written up a while back | 20:02 |
mordred | dtroyer, dhellmann: ^^ | 20:02 |
mordred | that should take care of the dep loop | 20:02 |
*** chlong has joined #openstack-sdks | 20:05 | |
*** jaosorior has quit IRC | 20:06 | |
*** petertr7 is now known as petertr7_away | 20:21 | |
*** petertr7_away is now known as petertr7 | 20:21 | |
*** jamielennox is now known as jamielennox|away | 20:41 | |
*** jamielennox|away is now known as jamielennox | 20:52 | |
*** petertr7 is now known as petertr7_away | 21:11 | |
*** trown is now known as trown|outttypeww | 21:12 | |
*** ameybhide has joined #openstack-sdks | 21:34 | |
*** karimb has joined #openstack-sdks | 21:44 | |
openstackgerrit | Everett Toews proposed stackforge/python-openstacksdk: Image import https://review.openstack.org/199318 | 21:54 |
*** thrash is now known as thrash|g0ne | 22:12 | |
*** bknudson has quit IRC | 22:31 | |
*** chlong has quit IRC | 22:46 | |
*** georgeser has quit IRC | 22:47 | |
*** steveortiz is now known as zz_steveortiz | 22:56 | |
*** britthouser has quit IRC | 23:23 | |
openstackgerrit | Terry Howe proposed openstack/python-openstackclient: Proof of concept for SDK integration into OSC https://review.openstack.org/138745 | 23:39 |
*** stevemar has quit IRC | 23:40 | |
terrylhowe | briancurtin: etoews https://review.openstack.org/138745 might be of interest. I updated the old Network CRUD POC for OSC | 23:42 |
*** Qiming has joined #openstack-sdks | 23:43 | |
*** karimb has quit IRC | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!