Friday, 2015-06-26

*** petertr7_away is now known as petertr700:03
*** petertr7 is now known as petertr7_away00:13
*** ameybhide has quit IRC00:37
*** pm90_ has quit IRC00:44
*** Qiming has joined #openstack-sdks01:03
*** Qiming_ has joined #openstack-sdks01:03
*** tobe has joined #openstack-sdks01:05
*** david-ly_ has joined #openstack-sdks01:06
*** Qiming has quit IRC01:07
*** Qiming_ is now known as Qiming01:08
*** david-lyle has quit IRC01:09
*** hitalia has quit IRC01:17
*** Yanyanhu has joined #openstack-sdks01:36
*** boris-42 has quit IRC01:42
openstackgerritDavid Moreau Simard proposed openstack/python-openstackclient: Add support for volume API v1 QoS commands  https://review.openstack.org/19492201:56
*** Qiming has quit IRC02:25
*** Qiming has joined #openstack-sdks02:25
*** Qiming_ has joined #openstack-sdks02:26
*** pm90_ has joined #openstack-sdks02:26
*** d0ugal has quit IRC02:29
*** d0ugal has joined #openstack-sdks02:29
*** d0ugal is now known as Guest533502:30
*** Qiming has quit IRC02:30
*** Qiming_ is now known as Qiming02:30
*** hitalia has joined #openstack-sdks02:59
*** boris-42 has joined #openstack-sdks03:22
*** david-ly_ is now known as david-lyle03:51
*** pm90_ has quit IRC04:10
openstackgerritGuojian Shao proposed openstack/python-openstackclient: fix confused domain argument for network create v2  https://review.openstack.org/19586204:11
*** tobe has quit IRC04:40
*** hitalia has quit IRC05:04
*** tobe has joined #openstack-sdks05:19
*** terrylhowe has quit IRC05:29
*** boris-42 has quit IRC05:52
*** tobe has quit IRC06:05
*** pm90_ has joined #openstack-sdks06:12
*** boris-42 has joined #openstack-sdks06:26
*** Guest5335 is now known as d0ugal06:34
*** d0ugal has quit IRC06:34
*** d0ugal has joined #openstack-sdks06:34
*** tobe has joined #openstack-sdks06:40
*** hitalia has joined #openstack-sdks07:04
*** pm90_ has quit IRC07:05
*** pm90_ has joined #openstack-sdks07:36
*** pm90_ has quit IRC07:40
*** aufi has joined #openstack-sdks07:51
*** dguerri` is now known as dguerri08:20
*** hitalia has quit IRC08:23
*** pm90_ has joined #openstack-sdks08:43
*** tobe has quit IRC09:02
*** husanu9 has joined #openstack-sdks09:09
*** MaxV has joined #openstack-sdks09:11
*** husanu9 has quit IRC09:18
*** boris-42 has quit IRC09:22
*** husanu6 has joined #openstack-sdks09:23
*** husanu6 has quit IRC09:28
*** karimb has joined #openstack-sdks09:32
*** georgeser has joined #openstack-sdks10:13
*** Yanyanhu has quit IRC10:19
*** pm90_ has quit IRC10:31
*** thrash|g0ne is now known as thrash10:34
*** Qiming has quit IRC10:38
*** terrylhowe has joined #openstack-sdks11:14
*** Qiming has joined #openstack-sdks11:40
*** karimb has quit IRC11:44
openstackgerritMerged openstack/python-openstackclient: fix confused domain argument for network create v2  https://review.openstack.org/19586212:02
*** dguerri is now known as dguerri`12:10
*** etoews has joined #openstack-sdks12:13
*** trown|outttypeww is now known as trown12:16
*** pm90_ has joined #openstack-sdks12:26
*** dguerri` is now known as dguerri12:28
*** tellesnobrega has joined #openstack-sdks12:45
*** bknudson has quit IRC12:50
*** tellesnobrega has quit IRC13:04
*** pm90_ has quit IRC13:07
*** tellesnobrega has joined #openstack-sdks13:08
*** bknudson has joined #openstack-sdks13:19
*** MaxV has quit IRC13:19
*** MaxV has joined #openstack-sdks13:28
*** dguerri is now known as dguerri`13:33
*** edleafe is now known as figleaf13:35
*** petertr7_away is now known as petertr713:46
*** boris-42 has joined #openstack-sdks13:47
*** dguerri` is now known as dguerri13:48
*** dguerri is now known as dguerri`13:48
*** dguerri` is now known as dguerri13:50
georgeserHi. I am trying to develop a plugin for OSC. I am wondering, where the code of my plugin has to be? Is there a specific directory in the openstackclient folder where I should place my plugin?13:56
dtroyergeorgeser: it can be anywhere, and should actually be in its own package.  OSC will find it via the entry points registered from setup.cfg13:57
*** pm90_ has joined #openstack-sdks14:05
georgeserdtroyer: So I have to create a package like the existing ones (e.g. identity, compute etc.) where I have to put the relevant modules of my plugin and then I have to add an entry point in the file stack/devstack/setup.cfg in order for the OSC to find it. Is my understanding correct?14:10
*** pm90_ has quit IRC14:12
*** pm90_ has joined #openstack-sdks14:13
*** jose4183 has joined #openstack-sdks14:14
*** sigmavirus24_awa is now known as sigmavirus2414:19
*** pm90_ has quit IRC14:20
*** pm90_ has joined #openstack-sdks14:21
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add functional tests for telementry resource  https://review.openstack.org/19235214:28
dtroyergeorgeser: I think I meant module not package, but conceptually that's correct.  The entrypoint goes in your plugin's setup.cfg so setuptools can add it for OSC to find.14:28
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add functional tests for telemetry alarm crud  https://review.openstack.org/19389014:34
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add functional tests for telemetry alarm_change  https://review.openstack.org/19389214:43
*** jose4183 has quit IRC14:44
*** Hitrix has joined #openstack-sdks14:52
openstackgerritMerged stackforge/python-openstacksdk: Add functional tests for telemetry alarm crud  https://review.openstack.org/19389014:57
openstackgerritMonty Taylor proposed openstack/os-client-config: Clean up vendor data  https://review.openstack.org/19609314:59
openstackgerritMonty Taylor proposed openstack/os-client-config: Add support for indicating preference for IPv6  https://review.openstack.org/19609415:00
mordredShrews, greghaynes, dtroyer: ^^ the first is me extracing bits from the json patch and ditching the json parts of the patch - the second is a feature I'd like for infra15:01
*** karimb has joined #openstack-sdks15:02
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Add functional tests for telemetry statistics  https://review.openstack.org/19419915:02
briancurtindoes anyone know how to get arguments to coverage into the testr command line? it is apparently selective of what it allows, e.g., python setup.py testr --coverage --source=blah --include=blah ...those don't work, but --omit=blah does15:11
openstackgerritTerry Howe proposed stackforge/python-openstacksdk: Fix SSL verify/insecure translation  https://review.openstack.org/19575415:11
openstackgerritMerged stackforge/python-openstacksdk: Add functional tests for telementry resource  https://review.openstack.org/19235215:15
briancurtinoh, it's a pbr thing.15:16
*** beagles is now known as beagles_brb15:25
*** pm90_ has quit IRC15:26
*** Hitrix has quit IRC15:29
*** tellesnobrega has quit IRC15:34
*** tellesnobrega has joined #openstack-sdks15:38
*** stevemar has joined #openstack-sdks15:41
openstackgerritMerged stackforge/python-openstacksdk: Add functional tests for telemetry statistics  https://review.openstack.org/19419915:42
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add normal list params to list method for telemetry statistics  https://review.openstack.org/19475315:43
openstackgerritMerged stackforge/python-openstacksdk: Add functional tests for telemetry alarm_change  https://review.openstack.org/19389215:44
*** stevemar has quit IRC15:50
*** stevemar has joined #openstack-sdks15:50
*** stevemar has quit IRC15:50
*** stevemar has joined #openstack-sdks15:51
*** pm90_ has joined #openstack-sdks15:54
*** pm90__ has joined #openstack-sdks16:02
*** pm90__ has quit IRC16:03
*** pm90__ has joined #openstack-sdks16:03
*** aufi has quit IRC16:06
*** pm90_ has quit IRC16:06
*** MaxV has quit IRC16:09
*** Hitrix has joined #openstack-sdks16:09
*** Hitrix1 has joined #openstack-sdks16:12
*** Hitrix has quit IRC16:14
*** beagles_brb is now known as beagles16:18
openstackgerritMerged stackforge/python-openstacksdk: Add normal list params to list method for telemetry statistics  https://review.openstack.org/19475316:25
*** tellesnobrega has quit IRC16:28
*** tellesnobrega has joined #openstack-sdks16:35
openstackgerritRoxana Gherle proposed openstack/python-openstackclient: Add --os-endpoint-type cli optional argument  https://review.openstack.org/18519316:35
bnemecSo I'm looking at a plugin's ClientWrapper, where I need to pass the value of os-cacert as part of the client creation.16:37
bnemecUnfortunately, os-cacert isn't included in the instance.auth fields.16:37
*** Hitrix1 has quit IRC16:38
bnemecI see it in some private members of the instance object, so I know the data is there, but I'm not sure what the proper way to get it exposed in the auth object is.16:38
*** petertr7 is now known as petertr7_away16:39
bnemecIt looks like the way to get it added to instance.auth is to add it as an option in the auth plugin, but I'm not sure if this is appropriate to add there.16:43
*** dguerri is now known as dguerri`16:44
terrylhoweI’m not sure bnemec but at that level, does cacert gt passed as verify16:47
terrylhoweas I recall, requests takes verify as True, False, or string (cacert)16:48
bnemecterrylhowe: It does, but verify also appears to be private on the instance.16:48
bnemecFor reference, here's instance.__dict__: http://paste.openstack.org/show/321405/16:50
bnemecThe value I need is available in _cli_options, _verify, and _cacert16:50
*** hitalia has joined #openstack-sdks16:51
bnemec(note: this is a non-public test environment that will be torn down in the near future, so I'm not bothered by the passwords being visible :-)16:51
*** Qiming has quit IRC16:52
*** tellesnobrega has quit IRC17:03
*** trown is now known as trown|lunch17:20
terrylhoweit looks right bnemec it has _verify as your pem file.  I’ve been meaning to try OSC with a ca cert to verify it still works.  There has been a lot of churn in that area.17:20
bnemecYeah, the funny thing is this plugin is creating an ironic client, and it seems the proposed ironic plugin handles this automatically somehow.17:23
bnemecFor now, I might just directly reference the private member and then switch the client creation to use the upstream ironic method once that merges.17:23
openstackgerritHardik Italia proposed stackforge/python-openstacksdk: Add funtcional tests for port  https://review.openstack.org/19569217:24
bnemecterrylhowe: Thanks for your help.17:25
*** sigmavirus24 is now known as sigmavirus24_awa17:27
*** petertr7_away is now known as petertr717:28
bnemecOh, I see there are plugins in the osc tree that are referencing private members of instance.  I'm going to assume that's an okay thing to do then. :-)17:29
*** hitalia has quit IRC17:31
*** nikhil_k is now known as nikhil_k-eto17:33
*** nikhil_k-eto is now known as nikhil_k-away17:33
*** sigmavirus24_awa is now known as sigmavirus2417:41
*** Hitrix has joined #openstack-sdks17:46
*** Hitrix1 has joined #openstack-sdks17:47
*** Hitrix has quit IRC17:51
*** karimb has quit IRC18:14
*** MaxV has joined #openstack-sdks18:15
openstackgerritMerged stackforge/python-openstacksdk: Add funtcional tests for port  https://review.openstack.org/19569218:17
*** trown|lunch is now known as trown18:22
*** MaxV has quit IRC18:22
sigmavirus24Does the openstacksdk handle keystone 2 keystone federation yet or is that something that's still unsupported?!18:26
sigmavirus24Sorry for the !, my nephew managed to hit that18:26
stevemarsigmavirus24: doubt it has support18:53
stevemarsigmavirus24: keystoneclient / keystoneauth are working on auth plugins for k2k18:54
sigmavirus24cool18:56
sigmavirus24so wait, ksc doesn't even support k2k stevemar ?18:57
stevemarsigmavirus24: my bad, it's merged: https://github.com/openstack/keystoneauth/blob/master/keystoneauth/auth/identity/v3/k2k.py18:59
sigmavirus24don't scare me stevemar :D18:59
stevemarsigmavirus24: BOO!18:59
sigmavirus24that only works with my nephews18:59
*** MaxV has joined #openstack-sdks19:04
*** MaxV has quit IRC19:09
openstackgerritEverett Toews proposed stackforge/python-openstacksdk: Use Message.existing() to create existing messages  https://review.openstack.org/19619219:09
*** hitalia has joined #openstack-sdks19:23
*** pm90_ has joined #openstack-sdks19:27
*** pm90__ has quit IRC19:30
*** hitalia has quit IRC19:31
*** sigmavirus24 is now known as sigmavirus24_awa19:31
*** sigmavirus24_awa is now known as sigmavirus2419:38
openstackgerritEverett Toews proposed stackforge/python-openstacksdk: Claim no messages correctly  https://review.openstack.org/19622119:54
briancurtinsigmavirus24: i have no idea what you just asked, so no19:57
*** MaxV has joined #openstack-sdks20:00
*** hitalia has joined #openstack-sdks20:01
sigmavirus24briancurtin: fair enough20:09
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Load services from entry_points  https://review.openstack.org/19624421:02
openstackgerritEverett Toews proposed stackforge/python-openstacksdk: Use Message.existing() to create existing messages  https://review.openstack.org/19619221:05
*** bknudson has quit IRC21:06
*** MaxV has quit IRC21:09
openstackgerritMonty Taylor proposed openstack/os-client-config: Add support for indicating preference for IPv6  https://review.openstack.org/19609421:10
mordredShrews, dtroyer, greghaynes: this time, with tests, and tests that pass even ^^21:11
openstackgerritMonty Taylor proposed openstack/os-client-config: Clean up vendor data  https://review.openstack.org/19609321:19
mordredShrews, dtroyer, greghaynes: that one too ^^21:19
*** sigmavirus24 is now known as sigmavirus24_awa21:23
*** petertr7 is now known as petertr7_away21:23
*** openstack has joined #openstack-sdks21:26
*** stevemar has quit IRC21:30
*** stevemar has joined #openstack-sdks21:32
*** bknudson has joined #openstack-sdks21:47
*** pm90_ has quit IRC22:03
*** thrash is now known as thrash|g0ne22:04
*** stevemar has quit IRC22:07
*** stevemar has joined #openstack-sdks22:08
*** stevemar has quit IRC22:12
openstackgerritDavid Moreau Simard proposed openstack/python-openstackclient: Add support for volume API v1 QoS commands  https://review.openstack.org/19492222:14
briancurtinetoews: https://bugs.launchpad.net/python-openstacksdk/+bug/146932422:19
openstackLaunchpad bug 1469324 in OpenStack SDK "Message.create_messages should be a generator" [High,Confirmed]22:19
openstackgerritMerged stackforge/python-openstacksdk: Use Message.existing() to create existing messages  https://review.openstack.org/19619222:25
openstackgerritMerged stackforge/python-openstacksdk: Set sys.stdout for logging for examples and tests  https://review.openstack.org/19575222:25
openstackgerritMerged stackforge/python-openstacksdk: Fix SSL verify/insecure translation  https://review.openstack.org/19575422:26
*** pm90_ has joined #openstack-sdks22:33
*** terrylhowe has left #openstack-sdks22:42
*** georgeser has quit IRC22:50
openstackgerritDavid Moreau Simard proposed openstack/python-openstackclient: Add support for volume API v1 QoS commands  https://review.openstack.org/19492222:51
*** stevemar has joined #openstack-sdks23:09
*** stevemar has quit IRC23:13
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add docs for Image v1 and v2 resources  https://review.openstack.org/19628023:23
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add docs for Image v1 and v2 resources  https://review.openstack.org/19628023:25
*** pm90_ has quit IRC23:25
*** hitalia has quit IRC23:35
openstackgerritBrian Curtin proposed stackforge/python-openstacksdk: Add orchestration resource docs  https://review.openstack.org/19628223:41

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