Monday, 2017-04-10

*** gouthamr has quit IRC00:00
*** bobh has joined #openstack-sdks00:23
*** bobh has quit IRC00:30
*** hoangcx has joined #openstack-sdks00:39
*** gildub has joined #openstack-sdks01:12
*** yanyanhu has joined #openstack-sdks01:36
*** yanyanhu has quit IRC01:40
*** huanxuan has joined #openstack-sdks01:45
*** gouthamr has joined #openstack-sdks02:05
*** yanyanhu has joined #openstack-sdks02:20
*** gildub has quit IRC02:24
*** bobh has joined #openstack-sdks02:27
*** bobh has quit IRC02:32
*** gouthamr has quit IRC03:16
*** bobh has joined #openstack-sdks03:28
*** gildub has joined #openstack-sdks03:29
*** bobh has quit IRC03:32
*** john-davidge has joined #openstack-sdks03:41
*** john-davidge has quit IRC03:46
openstackgerritAnkur proposed openstack/python-openstackclient master: Refactor Extension command columns  https://review.openstack.org/44975703:47
*** markvoelker has joined #openstack-sdks04:05
*** Dinesh_Bhor has joined #openstack-sdks04:22
*** bobh has joined #openstack-sdks04:29
openstackgerritAnkur proposed openstack/python-openstacksdk master: Introduce Listener for Octavia (load balancing)  https://review.openstack.org/45157404:29
*** bobh has quit IRC04:33
*** bknudson_ has quit IRC05:01
openstackgerritAnkur proposed openstack/python-openstacksdk master: Introduce Listener for Octavia (load balancing)  https://review.openstack.org/45157405:06
*** john-davidge has joined #openstack-sdks05:42
*** john-davidge has quit IRC05:46
*** hieulq has quit IRC06:07
*** amotoki has joined #openstack-sdks06:23
*** bobh has joined #openstack-sdks06:31
*** bobh has quit IRC06:35
openstackgerritValery Tschopp proposed openstack/python-openstacksdk master: Whitelist query parameter 'project_id'  https://review.openstack.org/45424107:06
*** dmellado has joined #openstack-sdks07:08
*** reedip_ has quit IRC07:09
*** markvoelker has quit IRC07:12
*** Cagelin has joined #openstack-sdks07:14
*** markvoelker has joined #openstack-sdks07:15
*** Serlex has joined #openstack-sdks07:16
*** Cagelin has quit IRC07:16
*** jpich has joined #openstack-sdks07:29
*** bobh has joined #openstack-sdks07:31
*** adriant has quit IRC07:35
*** bobh has quit IRC07:36
*** reedip has joined #openstack-sdks07:36
*** john-davidge has joined #openstack-sdks07:43
*** john-davidge has quit IRC07:48
*** gildub has quit IRC07:56
*** hieulq has joined #openstack-sdks08:06
*** jpich has quit IRC08:08
*** jpich has joined #openstack-sdks08:09
*** jpich has quit IRC08:20
*** jpich has joined #openstack-sdks08:20
*** ralonsoh has joined #openstack-sdks08:21
openstackgerritValery Tschopp proposed openstack/python-openstacksdk master: Whitelist query parameter 'project_id'  https://review.openstack.org/45424108:24
openstackgerritValery Tschopp proposed openstack/python-openstacksdk master: Add 'project_id' to Server query parameters  https://review.openstack.org/45424108:26
*** bobh has joined #openstack-sdks08:32
*** bobh has quit IRC08:37
*** john-davidge has joined #openstack-sdks08:42
*** ssbarnea has joined #openstack-sdks08:47
*** shu-mutou is now known as shu-mutou-AWAY08:59
*** Kevin_Zheng has joined #openstack-sdks09:07
*** bobh has joined #openstack-sdks09:33
*** bobh has quit IRC09:37
*** yanyanhu has quit IRC09:46
*** aarefiev_afk is now known as aarefiev09:59
*** john-dav_ has joined #openstack-sdks10:00
*** john-davidge has quit IRC10:00
*** john-dav_ is now known as john-davidge10:01
*** sdague has joined #openstack-sdks10:10
*** hoangcx has quit IRC10:15
*** hieulq has quit IRC10:19
*** reedip has quit IRC10:23
*** reedip has joined #openstack-sdks10:23
*** hieulq has joined #openstack-sdks10:33
*** bobh has joined #openstack-sdks10:33
*** bobh has quit IRC10:38
*** jkilpatr has quit IRC10:47
openstackgerritReedip proposed openstack/python-openstackclient master: Introduce quota unset command  https://review.openstack.org/37631110:54
*** sdague_ has joined #openstack-sdks11:04
*** ZZelle_ has quit IRC11:06
*** cdent has joined #openstack-sdks11:06
openstackgerritRui Chen proposed openstack/python-openstackclient master: Add document about renaming OS_ENDPOINT_TYPE to OS_INTERFACE  https://review.openstack.org/45525211:10
*** jkilpatr has joined #openstack-sdks11:15
*** ZZelle has joined #openstack-sdks11:15
*** ZZelle is now known as Guest8586711:16
*** jamielennox|away is now known as jamielennox11:25
*** bobh has joined #openstack-sdks11:34
*** bobh has quit IRC11:39
*** huanxuan has quit IRC11:42
*** markvoelker has quit IRC12:10
*** Serlex has quit IRC12:10
*** markvoelker has joined #openstack-sdks12:25
*** gouthamr has joined #openstack-sdks12:28
openstackgerritReedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set/unset'  https://review.openstack.org/35626312:43
openstackgerritReedip proposed openstack/osc-lib master: Add MultiKeyValueCommaAction to osc-lib  https://review.openstack.org/42551512:45
*** cdent_ has joined #openstack-sdks12:45
*** cdent has quit IRC12:46
*** cdent_ is now known as cdent12:46
jkilpatrso how exactly are you supposed to use the python openstacksdk with ssl? I can set verify false but that's not great, what connection var do I need to set to point it at the cert bundle?12:55
jkilpatrthe doc says I can just set verify to the pem path but that does not seem to work.12:55
briancurtinthat's probably a keystoneauth question. i'll take a look in a minute and see what this is about13:04
dtroyerjkilpatr: all of the OpenStack python libs (including SDK) use the requests module for their low-level REST work.  http://docs.python-requests.org/en/master/   keystoneauth is the layer above that adds OpenStack token handling and otherwise keeps all of requests' semantics.  I believe the SDK just passes through the verify argument. (http://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification)13:13
dtroyeralso, all of requests' environment variables may be used here too13:13
dtroyerspecifically REQUESTS_CA_BUNDLE13:14
briancurtinjkilpatr: our docs don’t mention anything about what you’re talking about so I’m not sure what you’re reading. can you link to what told you to do that?13:15
jkilpatrhttps://developer.openstack.org/sdks/python/openstacksdk/users/connection.html13:16
jkilpatrbriancurtin,13:16
briancurtinok, yeah we just pass that on to keystoneauth’s session13:17
openstackgerritBrian Curtin proposed openstack/python-openstacksdk master: Add 'profile_only' to Cluster resource  https://review.openstack.org/45521113:19
jkilpatrbriancurtin, it wants a pubkey, but it looks like the install only dumped private keys into files in the home folder. Not sure how I'm supposed to deal with that.13:20
briancurtininstall of what?13:20
briancurtinwe don’t generate keys. what are you doing here?13:21
jkilpatrbriancurtin, sorry got to thinking aloud. It's a set of CI tools and I'm not sure how they deal with this problem themselves. Off to the appropriate channel.13:23
briancurtinthis could be the appropriate channel for some things, i didn’t mean it like that, was just trying to figure out what was going on13:24
*** Guest85867 is now known as ZZelle_13:26
*** ZZelle_ is now known as ZZelle13:26
jkilpatrbriancurtin, nah looks like this is a tripleo-quickstart thing. I just needed to figure out how to pass a key to the SDK. Thanks for the help.13:28
*** cleong has joined #openstack-sdks13:30
*** chlong has joined #openstack-sdks13:31
*** openstackgerrit has quit IRC13:33
*** Serlex has joined #openstack-sdks13:34
*** edleafe- is now known as edleafe13:36
*** rajpatel has joined #openstack-sdks13:47
*** sdague has quit IRC13:52
*** sdague has joined #openstack-sdks13:56
*** sdague__ has joined #openstack-sdks13:56
*** openstackgerrit has joined #openstack-sdks13:58
openstackgerritJose Castro Leon proposed openstack/keystoneauth master: Allows to modify the behavior of mutual authentication in kerberos Adds an optional parameter that will allow a deployer to tune it on their environments  https://review.openstack.org/45533013:58
*** hongbin has joined #openstack-sdks14:01
*** dave-mccowan has joined #openstack-sdks14:04
openstackgerrityuval shalev proposed openstack/python-openstacksdk master: Added server_attachment on compute v2  https://review.openstack.org/45533514:09
*** dave-mccowan has quit IRC14:09
*** sdague has quit IRC14:12
*** sdague__ is now known as sdague14:13
*** rajpatel has quit IRC14:14
openstackgerritayoung proposed openstack/keystoneauth master: Parameter to tune mutual authentication in kerberos  https://review.openstack.org/45533014:15
openstackgerrityuval shalev proposed openstack/python-openstacksdk master: Added server_attachment on compute v2  https://review.openstack.org/45533514:24
*** bobh has joined #openstack-sdks14:51
*** scottda has joined #openstack-sdks14:57
*** aarefiev is now known as aarefiev_afk15:27
*** rajpatel has joined #openstack-sdks15:30
*** rajpatel has quit IRC15:34
*** jpich has quit IRC15:45
*** rajpatel has joined #openstack-sdks15:58
*** rajpatel has quit IRC16:00
*** reedip_ has joined #openstack-sdks16:15
reedip_o/16:16
*** ankur-gupta-f1 has quit IRC16:17
*** rajpatel has joined #openstack-sdks16:22
*** john-davidge has quit IRC16:44
*** john-dav_ has joined #openstack-sdks16:44
*** rajpatel has quit IRC16:44
*** john-dav_ is now known as john-davidge17:02
*** amotoki has quit IRC17:09
*** john-davidge has quit IRC17:20
*** ralonsoh has quit IRC17:31
openstackgerritPrince Nana Owusu Boateng proposed openstack/python-openstacksdk master: Adding router is external to query parameters.  https://review.openstack.org/45493318:08
openstackgerritReedip proposed openstack/osc-lib master: Add MultiKeyValueCommaAction to osc-lib  https://review.openstack.org/42551518:24
*** ralonsoh has joined #openstack-sdks18:50
reedip_dtroyer : I updated the osc-lib patch, would appreciate your comments on this ^^18:54
*** sdague_ has quit IRC18:55
*** reedip_ is now known as outofmemory19:10
*** edmondsw_ has joined #openstack-sdks19:15
*** edmondsw_ has quit IRC19:15
*** john-davidge has joined #openstack-sdks19:20
*** john-davidge has quit IRC19:25
*** rajpatel has joined #openstack-sdks19:36
*** Serlex has left #openstack-sdks19:37
*** gouthamr has quit IRC19:54
*** rajpatel has quit IRC19:57
*** john-davidge has joined #openstack-sdks20:21
*** john-davidge has quit IRC20:26
*** john-davidge has joined #openstack-sdks20:29
*** prg3 has quit IRC20:30
*** ralonsoh has quit IRC20:31
*** prg3 has joined #openstack-sdks20:32
*** ssbarnea has quit IRC20:36
*** ssbarnea has joined #openstack-sdks20:36
*** ssbarnea has quit IRC20:36
*** john-davidge has quit IRC20:37
*** ssbarnea has joined #openstack-sdks20:39
*** cleong has quit IRC20:41
openstackgerritPrince Nana Owusu Boateng proposed openstack/python-openstacksdk master: Adding router is external to query parameters.  https://review.openstack.org/45493320:48
*** ssbarnea has quit IRC20:59
*** rajpatel has joined #openstack-sdks21:11
openstackgerritDean Troyer proposed openstack/python-openstackclient master: Low-level API for Compute v2  https://review.openstack.org/45431021:15
openstackgerritDean Troyer proposed openstack/python-openstackclient master: Low-level Compute v2 API: security group rules  https://review.openstack.org/45493921:24
openstackgerritMerged openstack/keystoneauth master: Updated from global requirements  https://review.openstack.org/44508622:06
openstackgerritDean Troyer proposed openstack/python-openstackclient master: Split floating IP tests  https://review.openstack.org/45546522:16
*** gouthamr has joined #openstack-sdks22:32
*** jkilpatr has quit IRC22:35
*** bobh has quit IRC22:36
*** john-davidge has joined #openstack-sdks22:49
*** john-davidge has quit IRC22:53
*** adriant has joined #openstack-sdks23:03
openstackgerritDean Troyer proposed openstack/python-openstackclient master: Split floating IP tests  https://review.openstack.org/45546523:07
*** sdague has quit IRC23:12
*** scottda has quit IRC23:15
*** cdent has quit IRC23:37
*** jkilpatr has joined #openstack-sdks23:51

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