*** ameybhide has joined #openstack-sdks | 00:00 | |
*** Qiming has quit IRC | 00:00 | |
*** ameybhide has quit IRC | 00:01 | |
*** boris-42 has quit IRC | 00:20 | |
*** steveortiz is now known as zz_steveortiz | 00:29 | |
*** hitalia has quit IRC | 00:31 | |
*** heyongli has joined #openstack-sdks | 00:46 | |
*** Qiming has joined #openstack-sdks | 01:05 | |
*** Yanyanhu has joined #openstack-sdks | 01:16 | |
*** Yanyanhu has quit IRC | 01:20 | |
*** Yanyan has joined #openstack-sdks | 01:52 | |
*** thrash is now known as thrash|g0ne | 02:21 | |
*** stevemar has joined #openstack-sdks | 02:50 | |
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Add node resource for cluster service https://review.openstack.org/196385 | 03:07 |
---|---|---|
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Support to Profile resource for cluster service https://review.openstack.org/209743 | 03:07 |
*** stevemar has quit IRC | 03:09 | |
*** stevemar has joined #openstack-sdks | 03:09 | |
*** stevemar has quit IRC | 03:13 | |
*** boris-42 has joined #openstack-sdks | 03:27 | |
*** stevemar has joined #openstack-sdks | 04:24 | |
openstackgerrit | Steve Baker proposed openstack/cliff: Implement a yaml formatter in cliff https://review.openstack.org/209334 | 04:48 |
openstackgerrit | Steve Baker proposed openstack/cliff: Implement a yaml formatter in cliff https://review.openstack.org/209334 | 04:49 |
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Add node resource for cluster service https://review.openstack.org/196385 | 05:03 |
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Support to Profile resource for cluster service https://review.openstack.org/209743 | 05:06 |
*** terrylhowe has quit IRC | 05:41 | |
*** pm90_ has quit IRC | 05:59 | |
*** pm90_ has joined #openstack-sdks | 06:01 | |
*** pm90_ has quit IRC | 06:06 | |
*** ParsectiX has joined #openstack-sdks | 06:18 | |
*** boris-42 has quit IRC | 06:20 | |
*** stevemar has quit IRC | 06:42 | |
*** hitalia has joined #openstack-sdks | 07:13 | |
*** aufi has joined #openstack-sdks | 07:16 | |
*** markus_z has joined #openstack-sdks | 07:24 | |
openstackgerrit | Merged openstack/python-openstackclient: Fix quota set failed problem https://review.openstack.org/203312 | 07:34 |
*** pm90_ has joined #openstack-sdks | 08:02 | |
*** pm90_ has quit IRC | 08:07 | |
*** heyongli has quit IRC | 08:19 | |
*** heyongli has joined #openstack-sdks | 08:19 | |
*** pm90_ has joined #openstack-sdks | 10:03 | |
*** pm90_ has quit IRC | 10:08 | |
*** hitalia has quit IRC | 10:18 | |
*** Yanyan has quit IRC | 10:28 | |
*** Qiming has quit IRC | 10:49 | |
*** thrash|g0ne is now known as thrash | 11:39 | |
*** Qiming has joined #openstack-sdks | 11:48 | |
*** pm90_ has joined #openstack-sdks | 12:04 | |
*** terrylhowe has joined #openstack-sdks | 12:08 | |
*** pm90_ has quit IRC | 12:09 | |
*** pm90_ has joined #openstack-sdks | 12:29 | |
*** zz_steveortiz is now known as steveortiz | 12:37 | |
*** petertr7_away is now known as petertr7 | 13:31 | |
*** bknudson has joined #openstack-sdks | 13:44 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:55 | |
*** ParsectiX has quit IRC | 14:02 | |
*** stevemar has joined #openstack-sdks | 14:31 | |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/python-openstackclient: Inherited info/option when listing role assignment https://review.openstack.org/122179 | 14:45 |
*** samueldmq has joined #openstack-sdks | 14:46 | |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/python-openstackclient: Fixes inherited role assignments CRUD calls https://review.openstack.org/209980 | 15:04 |
openstackgerrit | Samuel de Medeiros Queiroz proposed openstack/python-openstackclient: Fixes inherited role assignments CRUD calls https://review.openstack.org/209980 | 15:05 |
*** aufi has quit IRC | 15:09 | |
*** Qiming has quit IRC | 15:16 | |
*** thrash has quit IRC | 15:20 | |
*** thrash has joined #openstack-sdks | 15:22 | |
*** pm90_ has quit IRC | 15:31 | |
*** Qiming has joined #openstack-sdks | 15:35 | |
*** Qiming has quit IRC | 15:48 | |
*** dguerri` is now known as dguerri | 15:50 | |
*** petertr7 is now known as petertr7_away | 15:52 | |
*** rm_work is now known as rm_work|away | 16:02 | |
*** pm90_ has joined #openstack-sdks | 16:32 | |
*** pm90_ has quit IRC | 16:36 | |
*** dguerri is now known as dguerri` | 16:40 | |
briancurtin | terrylhowe: looking at the alias change, i currently handle what i think alias is trying to handle by doing this: https://github.com/rackerlabs/rackspace-sdk-plugin/blob/master/rackspace/message/message_service.py -- how would i accomplish teh same with alias? | 16:53 |
briancurtin | the way i have it in there "just works", so im not sure what i'd want to be aliasing | 16:54 |
terrylhowe | when you go to access the service, you’d need to strip off the rax: in connection briancurtin | 16:54 |
terrylhowe | I’d expect the user to access that conn.queues or something like that | 16:55 |
terrylhowe | I think mapping that to rax_queues is kind of awkward | 16:55 |
briancurtin | i just did conn.message.create_queue(name="testing") and it works just fine, which is 100% ideal -- that same code will work if they auth anywhere else | 16:56 |
terrylhowe | so service_type=‘queues’, alias=[‘rax:queues’] | 16:56 |
briancurtin | i definitely dont want it showing up in the namespace as queues or rax_queues | 16:56 |
terrylhowe | service_type=‘message’ I guess | 16:57 |
terrylhowe | I thought connection was taking service_type to create an attribute | 16:57 |
terrylhowe | maybe you hard coded something | 16:57 |
briancurtin | it's just loading the rackspace.message package and chucking message under Connection like it does anywhere else, so i dont think an alias gives me anything i'm not already getting | 16:58 |
terrylhowe | ah, we are using get_service_module() maybe this alias thing isn’t necessary | 16:59 |
terrylhowe | well, I think it is a good idea to have aliases, but maybe not needed for the plugins | 16:59 |
briancurtin | terrylhowe: if they turn out to be useful i'm not opposed, but i'd prefer to not even enable people to load one service under another name. the message service should be loaded as message no matter what, and letting people call it other stuff just ends up enabling code that only works easily against one provider. i'd hate to have my stuff load things up | 17:01 |
briancurtin | using queues there, which then causes me to add a dance to get it to use message when running everywhere else | 17:01 |
briancurtin | but yeah, it doesn't seem as necessary at the moment for plugins. something to think about, though | 17:02 |
terrylhowe | well, people can call their service_type whatever they want, so we need something to map from service_catalog to what we call it | 17:03 |
terrylhowe | should we cut 0.6.1 briancurtin ? | 17:04 |
briancurtin | terrylhowe: sounds good to me | 17:04 |
terrylhowe | okay, sounds good. maybe I’ll just blast through the bugs and outstanding reviews later to make sure there isn’t anything else out there | 17:04 |
briancurtin | terrylhowe: i dont think there was anything else to sneak in there -- having the config stuff work is the only immediate thing i can think of | 17:05 |
*** petertr7_away is now known as petertr7 | 17:08 | |
terrylhowe | sounds good | 17:09 |
*** chlong has quit IRC | 17:14 | |
openstackgerrit | Steve Heyman proposed stackforge/python-openstacksdk: Fixed problem with service name in comments https://review.openstack.org/210046 | 17:19 |
terrylhowe | briancurtin: this one is kind of important https://review.openstack.org/#/c/207568/ | 17:23 |
terrylhowe | list blows up if there are no resources | 17:23 |
briancurtin | terrylhowe: just approved - hadn't seen the updated patch set | 17:23 |
openstackgerrit | Merged stackforge/python-openstacksdk: Changes in the new marker, initialise new marker to aviod bug. https://review.openstack.org/207568 | 17:25 |
hockeynut | thanks for the merge briancurtin. We're doing some work here at Barbican midcycle and will have some love coming to the sdk | 17:27 |
*** petertr7 is now known as petertr7_away | 17:34 | |
*** petertr7_away is now known as petertr7 | 17:35 | |
*** markus_z has quit IRC | 17:53 | |
*** hitalia has joined #openstack-sdks | 17:59 | |
*** pm90_ has joined #openstack-sdks | 18:34 | |
*** pm90_ has quit IRC | 18:39 | |
*** boris-42 has joined #openstack-sdks | 19:39 | |
*** fifieldt_ has joined #openstack-sdks | 19:39 | |
*** fifieldt has quit IRC | 19:42 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Fixed problem with service name in comments https://review.openstack.org/210046 | 19:44 |
terrylhowe | briancurtin: I kicked 0.6.1 should be available soon | 19:56 |
briancurtin | terrylhowe: awesome, thanks! | 19:57 |
*** dguerri` is now known as dguerri | 20:23 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Add missing docstrings https://review.openstack.org/202841 | 20:26 |
*** rm_work|away is now known as rm_work | 20:28 | |
*** dguerri is now known as dguerri` | 20:51 | |
*** britthou_ has quit IRC | 21:05 | |
*** petertr7 is now known as petertr7_away | 21:06 | |
*** rm_work is now known as rm_work|away | 21:07 | |
openstackgerrit | Kelvin Lui proposed openstack/python-openstackclient: Introduce test cases for Identity Provider Address Steve/Terry comment from patch 1 Address Steve comment from patch 2 https://review.openstack.org/209654 | 21:13 |
*** pm90_ has joined #openstack-sdks | 21:21 | |
*** pm90_ has quit IRC | 21:26 | |
*** dguerri` is now known as dguerri | 21:26 | |
*** dguerri is now known as dguerri` | 21:28 | |
*** bknudson has quit IRC | 22:23 | |
*** stevemar has quit IRC | 22:33 | |
*** britthouser has joined #openstack-sdks | 22:38 | |
*** stevemar has joined #openstack-sdks | 22:47 | |
*** pm90_ has joined #openstack-sdks | 22:51 | |
*** pm90_ has quit IRC | 22:56 | |
*** steveortiz is now known as zz_steveortiz | 23:19 | |
*** stevemar has quit IRC | 23:25 | |
*** morganfainberg is now known as morgan_503 | 23:31 | |
*** bknudson has joined #openstack-sdks | 23:35 | |
*** Qiming has joined #openstack-sdks | 23:36 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!