Tuesday, 2015-07-07

*** chlong has quit IRC00:08
*** Qiming has joined #openstack-sdks00:16
*** Qiming has quit IRC00:25
*** ameybhide has quit IRC00:51
*** Qiming has joined #openstack-sdks01:10
*** Qiming_ has joined #openstack-sdks01:11
*** hitalia has quit IRC01:12
*** Qiming has quit IRC01:15
*** chlong has joined #openstack-sdks01:29
*** Yanyanhu has joined #openstack-sdks01:39
*** stevemar has joined #openstack-sdks01:41
*** Qiming__ has joined #openstack-sdks01:55
*** Qiming_ has quit IRC01:58
*** Qiming_ has joined #openstack-sdks02:38
*** Qiming__ has quit IRC02:42
*** Qiming_ is now known as Qiming02:51
*** stevemar has quit IRC02:54
*** stevemar has joined #openstack-sdks02:54
*** guojian has joined #openstack-sdks03:05
*** guojian has quit IRC04:21
*** hitalia has joined #openstack-sdks05:35
*** terrylhowe has quit IRC05:37
*** ig0r_ has joined #openstack-sdks05:51
*** ig0r__ has quit IRC05:55
*** fifieldt has joined #openstack-sdks06:43
*** stevemar has quit IRC06:59
*** stevemar has joined #openstack-sdks07:00
*** stevemar has quit IRC07:11
*** aufi has joined #openstack-sdks07:19
openstackgerritJavier Peña proposed openstack/python-openstackclient: Fix the way auth_type default value is overriden  https://review.openstack.org/19878807:20
*** jaosorior has joined #openstack-sdks07:55
openstackgerritGuojian Shao proposed openstack/python-openstackclient: add functional tests for identity v3  https://review.openstack.org/19788308:01
*** karimb has joined #openstack-sdks08:05
*** stevemar has joined #openstack-sdks08:12
*** chlong has quit IRC08:13
*** stevemar has quit IRC08:16
*** sorantis has joined #openstack-sdks08:32
*** hitalia has quit IRC08:50
*** boris-42 has quit IRC09:22
*** Yanyanhu has quit IRC09:51
*** Qiming has quit IRC10:05
*** sorantis has quit IRC10:16
*** guojian has joined #openstack-sdks10:17
*** sorantis has joined #openstack-sdks10:25
*** guojian has quit IRC10:43
*** sorantis_ has joined #openstack-sdks11:02
*** Qiming has joined #openstack-sdks11:04
*** sorantis has quit IRC11:05
*** sorantis_ is now known as sorantis11:05
openstackgerritDerek Higgins proposed openstack/cliff: Use base command for help test  https://review.openstack.org/19905211:12
*** stevemar has joined #openstack-sdks11:50
*** stevemar has quit IRC11:54
jaosoriorstevemar: Thanks for the help with the CR, dude :D11:58
*** trown|outttypeww is now known as trown12:01
*** bknudson has quit IRC12:03
*** chlong has joined #openstack-sdks12:05
*** terrylhowe has joined #openstack-sdks12:16
*** bknudson has joined #openstack-sdks12:27
*** dguerri` is now known as dguerri12:39
*** zz_steveortiz is now known as steveortiz12:49
*** thrash|g0ne is now known as thrash13:17
*** petertr7_away is now known as petertr713:29
*** boris-42 has joined #openstack-sdks13:33
*** stevemar has joined #openstack-sdks13:39
*** stevemar has quit IRC13:42
*** sigmavirus24_awa is now known as sigmavirus2413:57
*** pm90_ has joined #openstack-sdks14:22
*** pm90_ has quit IRC14:23
*** pm90_ has joined #openstack-sdks14:23
*** chlong has quit IRC14:25
*** aufi has quit IRC15:09
*** stevemar has joined #openstack-sdks15:22
*** georgeser has joined #openstack-sdks15:25
stevemarjaosorior: you got it working :)15:38
jaosoriorstevemar: Yeah, only thing I needed to do was simulate a bit how OCC works in barbican15:41
stevemarjaosorior: 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
openstackgerritEverett Toews proposed stackforge/python-openstacksdk: Don't allow users to set all API versions the same  https://review.openstack.org/19915815:43
jaosoriorstevemar: 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 message15:45
stevemarjaosorior: yeah, i mentioned that in the first patch set, about deprecating the old CLI15:46
jaosoriorstevemar: 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 session15:48
jaosoriorfor this in the old CLI we have a noauth option15:49
jaosorioranyway, I'll figure something out15:49
stevemarjaosorior: there's actually a no_auth = False option you can set, per command15:51
jaosoriorstevemar: I missed that one15:51
stevemarjaosorior: https://github.com/openstack/heat-translator/blob/master/translator/osc/v1/translate.py#L26-L3015:51
stevemarjust set auth_required = False, not ... no_auth = False, my bad15:52
stevemarwhich commands need no auth?15:53
jaosoriorall15:53
* dtroyer jumping in late15:54
dtroyerjaosorior: how does the babican cli know when to use noauth?15:55
jaosoriordtroyer: 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#L13215:57
dtroyerok, 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
jaosorioryeah, it's added by the user16:00
dtroyerok, 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 sense16:04
*** sorantis has quit IRC16:09
*** pm90_ has quit IRC16:13
*** Qiming has quit IRC16:14
*** pm90_ has joined #openstack-sdks16:17
*** petertr7 is now known as petertr7_away16:23
georgeserHi 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
openstackgerritMerged stackforge/python-openstacksdk: Don't allow users to set all API versions the same  https://review.openstack.org/19915816:26
*** pm90_ has quit IRC16:30
*** pm90_ has joined #openstack-sdks16:34
*** karimb has quit IRC16:54
*** trown is now known as trown|lunch17:00
*** petertr7_away is now known as petertr717:14
*** david-lyle has quit IRC17:19
*** petertr7 is now known as petertr7_away17:25
*** hitalia has joined #openstack-sdks17:30
*** petertr7_away is now known as petertr717:34
*** dguerri is now known as dguerri`17:47
*** trown|lunch is now known as trown17:59
*** jose4183 has quit IRC18:10
openstackgerritMerged openstack/python-openstackclient: add functional tests for identity v3  https://review.openstack.org/19788318:11
openstackgerritTerry Howe proposed openstack/python-openstackclient: add functional tests for identity v2  https://review.openstack.org/19849818:20
etoewssieben minuten till the sdk meeting18:53
etoewsbritthouser mentioned he might not be able to make for the beginning so i #startmeeting unless someone else would care to18:55
etoewss/i/i can/18:55
britthouserI think maybe you mean briancurtin?18:56
etoewsoops. yes. apologies britthouser18:58
etoewsor maybe i'm just trying to drag you into our meeting18:58
britthouserlol....Wish I could. I think it will be more interesting than teh meeting I'm having to attend instead. =)18:58
etoews:)18:59
jamielennoxdtroyer: so morganfainberg is pushing for ksa to come soon - what's your opinion on https://review.openstack.org/#/c/190594/19:05
jamielennoxdtroyer: does that satisfy what you think of as a split for loading?19:06
dtroyerjamielennox: I'll take a look this afternoon...19:06
jamielennoxdtroyer: 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 want19:08
dtroyerthanks19:09
*** hitalia has quit IRC19:32
*** david-lyle has joined #openstack-sdks19:50
*** hitalia has joined #openstack-sdks20:00
terrylhoweetoews: briancurtin what is up with https://review.openstack.org/#/c/155362/20:01
terrylhoweI could use some feedback20:01
briancurtinterrylhowe: i'll take a look20:01
openstackgerritMonty Taylor proposed openstack/os-client-config: Remove oslotest requirement  https://review.openstack.org/19923620:02
briancurtinhave been looking at another approach donald stufft had written up a while back20:02
mordreddtroyer, dhellmann: ^^20:02
mordredthat should take care of the dep loop20:02
*** chlong has joined #openstack-sdks20:05
*** jaosorior has quit IRC20:06
*** petertr7 is now known as petertr7_away20:21
*** petertr7_away is now known as petertr720:21
*** jamielennox is now known as jamielennox|away20:41
*** jamielennox|away is now known as jamielennox20:52
*** petertr7 is now known as petertr7_away21:11
*** trown is now known as trown|outttypeww21:12
*** ameybhide has joined #openstack-sdks21:34
*** karimb has joined #openstack-sdks21:44
openstackgerritEverett Toews proposed stackforge/python-openstacksdk: Image import  https://review.openstack.org/19931821:54
*** thrash is now known as thrash|g0ne22:12
*** bknudson has quit IRC22:31
*** chlong has quit IRC22:46
*** georgeser has quit IRC22:47
*** steveortiz is now known as zz_steveortiz22:56
*** britthouser has quit IRC23:23
openstackgerritTerry Howe proposed openstack/python-openstackclient: Proof of concept for SDK integration into OSC  https://review.openstack.org/13874523:39
*** stevemar has quit IRC23:40
terrylhowebriancurtin: etoews https://review.openstack.org/138745 might be of interest.  I updated the old Network CRUD POC for OSC23:42
*** Qiming has joined #openstack-sdks23:43
*** karimb has quit IRC23:56

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