Tuesday, 2015-03-24

openstackgerritMerged openstack/python-openstackclient: Add project and domain params to network create  https://review.openstack.org/15649200:09
stevemardtroyer, should we retroactively create a bug for https://review.openstack.org/#/c/156492/ and mark it as fixed?00:14
stevemarfor book-keeping purposes00:14
*** pm90_ has quit IRC00:27
*** pm90_ has joined #openstack-sdks00:27
*** pm90_ has quit IRC00:31
dtroyerstevemar: if you like.  I'm ok without one at this point01:00
dtroyerstevemar: btw, I'll probably not make this weeks meeting, want to run it?  or we could cancel it if there is nothing pressing01:01
openstackgerritMerged openstack/python-openstackclient: Add a doc about authenticating against v3  https://review.openstack.org/16369601:10
stevemardtroyer, i'll run it, but if no one shows up i'll cancel it01:27
dtroyerso the only thing worse that hotels that charge $15/day for wifi are the ones that lie about it on their web site01:28
stevemardtroyer, i'm gonna file a bug about it, it's bugging me and it'll be nice to have a place to point to01:35
stevemartheres a special place reserved in hell for the people that do that01:36
*** tzero has quit IRC04:11
*** tzero has joined #openstack-sdks04:19
*** boris-42 has quit IRC05:28
*** tzero has quit IRC05:41
*** tzero has joined #openstack-sdks06:00
*** chlong has quit IRC06:42
*** chlong has joined #openstack-sdks07:03
*** stevemar has quit IRC07:58
*** chlong has quit IRC08:12
*** maufart has joined #openstack-sdks08:21
*** tellesnobrega has quit IRC08:28
*** tellesnobrega has joined #openstack-sdks08:40
openstackgerritMarek Denis proposed openstack/python-openstackclient: Federation Service Providers CRUD operations  https://review.openstack.org/16575509:50
openstackgerritJulien Danjou proposed stackforge/python-openstacksdk: resource: add post_create flag  https://review.openstack.org/16261910:45
openstackgerritJulien Danjou proposed stackforge/python-openstacksdk: metric: add support for generic resources  https://review.openstack.org/16262010:45
openstackgerritMarek Denis proposed openstack/python-openstackclient: Federation Service Providers CRUD operations  https://review.openstack.org/16575510:49
d0ugalCan one Python package define multiple osc plugins?10:56
d0ugalI'm trying to understand how the make_client would work if I need it to make different clients10:57
d0ugalobviously osc does this with the included plugins, but I can't figure out if that is something I can do too :)10:57
openstackgerritMarek Denis proposed openstack/python-openstackclient: Federation Service Providers CRUD operations  https://review.openstack.org/16575511:26
*** jamielennox is now known as jamielennox|away11:45
*** boris-42 has joined #openstack-sdks12:07
*** chlong has joined #openstack-sdks12:12
*** chlong has quit IRC12:15
*** chlong has joined #openstack-sdks12:32
*** chlong has quit IRC12:35
*** chlong has joined #openstack-sdks12:36
*** chlong has quit IRC12:39
openstackgerritRodrigo Duarte proposed openstack/python-openstackclient: Enables retrieval of project's parents and subtree  https://review.openstack.org/12353912:44
*** Miouge has joined #openstack-sdks12:44
*** bknudson has quit IRC12:51
*** chlong has joined #openstack-sdks12:56
*** Miouge has quit IRC13:04
*** Miouge has joined #openstack-sdks13:05
*** Miouge has quit IRC13:05
dtroyerd0ugal: when you say different clients, do you mean versions or totally different objects?13:11
dtroyeryou could register multiple entry points, ie, multiple make_client() functions13:12
*** bknudson has joined #openstack-sdks13:15
*** pm90_ has joined #openstack-sdks13:31
*** pm90_ has quit IRC13:31
*** pm90_ has joined #openstack-sdks13:32
openstackgerritJulien Danjou proposed stackforge/python-openstacksdk: resource: add post_create flag  https://review.openstack.org/16261913:38
openstackgerritJulien Danjou proposed stackforge/python-openstacksdk: metric: add support for generic resources  https://review.openstack.org/16262013:38
*** mattfarina has joined #openstack-sdks13:43
d0ugald0ugal: totally different clients, one of the things we want to do is provide assistance when working with multiple services at the same time13:56
d0ugaldtroyer: I'm using multiple entries under openstack.cli.extension's in my setup.cfg - seems like it might do the job.13:56
d0ugalI feel like we may be a non-standard osc use case :)13:57
dtroyerd0ugal:  multiple entries is what I was thinking so you are on the right track.13:59
openstackgerritJulien Danjou proposed stackforge/python-openstacksdk: metric: add support for generic resources  https://review.openstack.org/16262014:11
*** sigmavirus24_awa is now known as sigmavirus2414:15
d0ugaldtroyer: 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
dtroyerd0ugal: 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
dtroyerso in your case I think you will need multiple modules within the plugin to properly initialize multiple clients.14:41
dtroyeror at least to have them appear individually within client manager14:42
dtroyernothing prevents you from combining hem in a single object that you give to client manager as your 'client'14:42
*** stevemar has joined #openstack-sdks14:48
d0ugaldtroyer: Thanks - I think I might try the approach of having a wrapper client. Sounds like it might be the simplest.14:50
openstackgerritMerged stackforge/python-openstacksdk: Add new _verify to proxy base tests  https://review.openstack.org/16690015:11
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy delete method  https://review.openstack.org/16431015:13
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add _check_resource to BaseProxy  https://review.openstack.org/16727315:23
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy delete method  https://review.openstack.org/16431015:27
*** maufart has quit IRC15:28
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Proxy get method  https://review.openstack.org/16435115:32
*** pm90__ has joined #openstack-sdks15:34
*** pm90_ has quit IRC15:37
*** Miouge has joined #openstack-sdks15:53
*** pm90__ has quit IRC16:01
*** chlong has quit IRC16:16
*** Miouge has quit IRC16:20
*** Miouge has joined #openstack-sdks16:20
*** Miouge has quit IRC16:26
*** Miouge has joined #openstack-sdks16:32
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Federation Service Providers CRUD operations  https://review.openstack.org/16575516:44
briancurtinFYI: skipping SDK meeting this week. Terry is out on vacation. i'm working through implementations based on the guidelines, not much other general movement17:53
*** pm90_ has joined #openstack-sdks17:59
*** pm90_ has quit IRC18:00
*** pm90_ has joined #openstack-sdks18:01
*** jamielennox|away is now known as jamielennox18:04
openstackgerritMarek Denis proposed openstack/python-openstackclient: Federation Service Providers CRUD operations  https://review.openstack.org/16575518:29
jamielennoxdtroyer, stevemar: would you like to look over https://review.openstack.org/#/c/149175/ as it's essentially for OSC19:05
redrobotno sdk meeting today?19:07
redrobotnever mind, no meeting today :)19:07
*** sigmavirus24 is now known as sigmavirus24_awa19:17
*** sigmavirus24_awa is now known as sigmavirus2419:17
stevemarjamielennox, oh nice19:19
jamielennoxstevemar: i've been promising something like that for a while - but it would let OSC do keyring support19:20
*** tellesnobrega has quit IRC19:29
*** tellesnobrega has joined #openstack-sdks19:33
*** pm90_ has quit IRC20:14
*** openstackgerrit has quit IRC21:07
*** openstackgerrit has joined #openstack-sdks21:07
*** trown is now known as trown|outttypeww21:09
*** pm90_ has joined #openstack-sdks21:13
*** pm90_ has quit IRC21:16
*** pm90_ has joined #openstack-sdks21:16
*** redrobot has quit IRC21:42
*** redrobot has joined #openstack-sdks21:47
*** pm90_ has quit IRC21:47
*** redrobot is now known as Guest938521:47
*** jacekn has quit IRC21:48
*** jacekn has joined #openstack-sdks21:49
*** mattfarina has quit IRC21:53
*** Guest9385 is now known as redrobot22:00
*** bknudson has quit IRC22:04
*** pm90_ has joined #openstack-sdks22:17
*** pm90_ has quit IRC22:17
*** pm90_ has joined #openstack-sdks22:17
*** pm90_ has quit IRC22:32
*** pm90_ has joined #openstack-sdks22:45
*** mattfarina has joined #openstack-sdks22:54
*** chlong has joined #openstack-sdks23:20
*** stevemar has quit IRC23:34
*** chlong has quit IRC23:35
*** stevemar has joined #openstack-sdks23:35
*** chlong has joined #openstack-sdks23:35

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