Thursday, 2015-08-06

*** ameybhide has joined #openstack-sdks00:00
*** Qiming has quit IRC00:00
*** ameybhide has quit IRC00:01
*** boris-42 has quit IRC00:20
*** steveortiz is now known as zz_steveortiz00:29
*** hitalia has quit IRC00:31
*** heyongli has joined #openstack-sdks00:46
*** Qiming has joined #openstack-sdks01:05
*** Yanyanhu has joined #openstack-sdks01:16
*** Yanyanhu has quit IRC01:20
*** Yanyan has joined #openstack-sdks01:52
*** thrash is now known as thrash|g0ne02:21
*** stevemar has joined #openstack-sdks02:50
openstackgerritQiming Teng proposed stackforge/python-openstacksdk: Add node resource for cluster service  https://review.openstack.org/19638503:07
openstackgerritQiming Teng proposed stackforge/python-openstacksdk: Support to Profile resource for cluster service  https://review.openstack.org/20974303:07
*** stevemar has quit IRC03:09
*** stevemar has joined #openstack-sdks03:09
*** stevemar has quit IRC03:13
*** boris-42 has joined #openstack-sdks03:27
*** stevemar has joined #openstack-sdks04:24
openstackgerritSteve Baker proposed openstack/cliff: Implement a yaml formatter in cliff  https://review.openstack.org/20933404:48
openstackgerritSteve Baker proposed openstack/cliff: Implement a yaml formatter in cliff  https://review.openstack.org/20933404:49
openstackgerritQiming Teng proposed stackforge/python-openstacksdk: Add node resource for cluster service  https://review.openstack.org/19638505:03
openstackgerritQiming Teng proposed stackforge/python-openstacksdk: Support to Profile resource for cluster service  https://review.openstack.org/20974305:06
*** terrylhowe has quit IRC05:41
*** pm90_ has quit IRC05:59
*** pm90_ has joined #openstack-sdks06:01
*** pm90_ has quit IRC06:06
*** ParsectiX has joined #openstack-sdks06:18
*** boris-42 has quit IRC06:20
*** stevemar has quit IRC06:42
*** hitalia has joined #openstack-sdks07:13
*** aufi has joined #openstack-sdks07:16
*** markus_z has joined #openstack-sdks07:24
openstackgerritMerged openstack/python-openstackclient: Fix quota set failed problem  https://review.openstack.org/20331207:34
*** pm90_ has joined #openstack-sdks08:02
*** pm90_ has quit IRC08:07
*** heyongli has quit IRC08:19
*** heyongli has joined #openstack-sdks08:19
*** pm90_ has joined #openstack-sdks10:03
*** pm90_ has quit IRC10:08
*** hitalia has quit IRC10:18
*** Yanyan has quit IRC10:28
*** Qiming has quit IRC10:49
*** thrash|g0ne is now known as thrash11:39
*** Qiming has joined #openstack-sdks11:48
*** pm90_ has joined #openstack-sdks12:04
*** terrylhowe has joined #openstack-sdks12:08
*** pm90_ has quit IRC12:09
*** pm90_ has joined #openstack-sdks12:29
*** zz_steveortiz is now known as steveortiz12:37
*** petertr7_away is now known as petertr713:31
*** bknudson has joined #openstack-sdks13:44
*** sigmavirus24_awa is now known as sigmavirus2413:55
*** ParsectiX has quit IRC14:02
*** stevemar has joined #openstack-sdks14:31
openstackgerritSamuel de Medeiros Queiroz proposed openstack/python-openstackclient: Inherited info/option when listing role assignment  https://review.openstack.org/12217914:45
*** samueldmq has joined #openstack-sdks14:46
openstackgerritSamuel de Medeiros Queiroz proposed openstack/python-openstackclient: Fixes inherited role assignments CRUD calls  https://review.openstack.org/20998015:04
openstackgerritSamuel de Medeiros Queiroz proposed openstack/python-openstackclient: Fixes inherited role assignments CRUD calls  https://review.openstack.org/20998015:05
*** aufi has quit IRC15:09
*** Qiming has quit IRC15:16
*** thrash has quit IRC15:20
*** thrash has joined #openstack-sdks15:22
*** pm90_ has quit IRC15:31
*** Qiming has joined #openstack-sdks15:35
*** Qiming has quit IRC15:48
*** dguerri` is now known as dguerri15:50
*** petertr7 is now known as petertr7_away15:52
*** rm_work is now known as rm_work|away16:02
*** pm90_ has joined #openstack-sdks16:32
*** pm90_ has quit IRC16:36
*** dguerri is now known as dguerri`16:40
briancurtinterrylhowe: 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
briancurtinthe way i have it in there "just works", so im not sure what i'd want to be aliasing16:54
terrylhowewhen you go to access the service, you’d need to strip off the rax: in connection briancurtin16:54
terrylhoweI’d expect the user to access that conn.queues or something like that16:55
terrylhoweI think mapping that to rax_queues is kind of awkward16:55
briancurtini 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 else16:56
terrylhoweso service_type=‘queues’, alias=[‘rax:queues’]16:56
briancurtini definitely dont want it showing up in the namespace as queues or rax_queues16:56
terrylhoweservice_type=‘message’ I guess16:57
terrylhoweI thought connection was taking service_type to create an attribute16:57
terrylhowemaybe you hard coded something16:57
briancurtinit'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 getting16:58
terrylhoweah, we are using get_service_module() maybe this alias thing isn’t necessary16:59
terrylhowewell, I think it is a good idea to have aliases, but maybe not needed for the plugins16:59
briancurtinterrylhowe: 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 up17:01
briancurtinusing queues there, which then causes me to add a dance to get it to use message when running everywhere else17:01
briancurtinbut yeah, it doesn't seem as necessary at the moment for plugins. something to think about, though17:02
terrylhowewell, people can call their service_type whatever they want, so we need something to map from service_catalog to what we call it17:03
terrylhoweshould we cut 0.6.1 briancurtin ?17:04
briancurtinterrylhowe: sounds good to me17:04
terrylhoweokay, sounds good.  maybe I’ll just blast through the bugs and outstanding reviews later to make sure there isn’t anything else out there17:04
briancurtinterrylhowe: i dont think there was anything else to sneak in there -- having the config stuff work is the only immediate thing i can think of17:05
*** petertr7_away is now known as petertr717:08
terrylhowesounds good17:09
*** chlong has quit IRC17:14
openstackgerritSteve Heyman proposed stackforge/python-openstacksdk: Fixed problem with service name in comments  https://review.openstack.org/21004617:19
terrylhowebriancurtin: this one is kind of important https://review.openstack.org/#/c/207568/17:23
terrylhowelist blows up if there are no resources17:23
briancurtinterrylhowe: just approved - hadn't seen the updated patch set17:23
openstackgerritMerged stackforge/python-openstacksdk: Changes in the new marker, initialise new marker to aviod bug.  https://review.openstack.org/20756817:25
hockeynutthanks for the merge briancurtin.  We're doing some work here at Barbican midcycle and will have some love coming to the sdk17:27
*** petertr7 is now known as petertr7_away17:34
*** petertr7_away is now known as petertr717:35
*** markus_z has quit IRC17:53
*** hitalia has joined #openstack-sdks17:59
*** pm90_ has joined #openstack-sdks18:34
*** pm90_ has quit IRC18:39
*** boris-42 has joined #openstack-sdks19:39
*** fifieldt_ has joined #openstack-sdks19:39
*** fifieldt has quit IRC19:42
openstackgerritMerged stackforge/python-openstacksdk: Fixed problem with service name in comments  https://review.openstack.org/21004619:44
terrylhowebriancurtin: I kicked 0.6.1 should be available soon19:56
briancurtinterrylhowe: awesome, thanks!19:57
*** dguerri` is now known as dguerri20:23
openstackgerritMerged stackforge/python-openstacksdk: Add missing docstrings  https://review.openstack.org/20284120:26
*** rm_work|away is now known as rm_work20:28
*** dguerri is now known as dguerri`20:51
*** britthou_ has quit IRC21:05
*** petertr7 is now known as petertr7_away21:06
*** rm_work is now known as rm_work|away21:07
openstackgerritKelvin 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/20965421:13
*** pm90_ has joined #openstack-sdks21:21
*** pm90_ has quit IRC21:26
*** dguerri` is now known as dguerri21:26
*** dguerri is now known as dguerri`21:28
*** bknudson has quit IRC22:23
*** stevemar has quit IRC22:33
*** britthouser has joined #openstack-sdks22:38
*** stevemar has joined #openstack-sdks22:47
*** pm90_ has joined #openstack-sdks22:51
*** pm90_ has quit IRC22:56
*** steveortiz is now known as zz_steveortiz23:19
*** stevemar has quit IRC23:25
*** morganfainberg is now known as morgan_50323:31
*** bknudson has joined #openstack-sdks23:35
*** Qiming has joined #openstack-sdks23:36

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