Earlier  
Posted Nick Remark
#openstack-sdks - 2017-04-07
18:04:19 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Low-level API for Compute v2 https://review.openstack.org/454310
18:33:45 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Update to tox.ini https://review.openstack.org/454455
18:53:11 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Low-level API for Compute v2 https://review.openstack.org/454310
20:27:24 openstackgerrit Justin A Wilson proposed openstack/python-openstackclient master: Add support for Cinder API 3.3/3.5 into OSC https://review.openstack.org/421585
21:10:45 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Low-level API for Compute v2 https://review.openstack.org/454310
22:58:38 openstackgerrit Ankur proposed openstack/python-openstacksdk master: Attempt to fix Octavia/load-balancer https://review.openstack.org/454410
#openstack-sdks - 2017-04-08
01:36:54 openstackgerrit Prince Nana Owusu Boateng proposed openstack/python-openstacksdk master: openstack network list https://review.openstack.org/454933
02:03:30 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Low-level Compute v2 API: security group rules https://review.openstack.org/454939
22:49:54 openstackgerrit Prince Nana Owusu Boateng proposed openstack/python-openstacksdk master: openstack network list https://review.openstack.org/454933
#openstack-sdks - 2017-04-09
15:34:36 openstackgerrit Sean McCully proposed openstack/keystoneauth master: KeystoneAuth should default to system CAFile. https://review.openstack.org/452585
17:44:10 reedip o/
#openstack-sdks - 2017-04-10
03:47:58 openstackgerrit Ankur proposed openstack/python-openstackclient master: Refactor Extension command columns https://review.openstack.org/449757
04:29:28 openstackgerrit Ankur proposed openstack/python-openstacksdk master: Introduce Listener for Octavia (load balancing) https://review.openstack.org/451574
05:06:40 openstackgerrit Ankur proposed openstack/python-openstacksdk master: Introduce Listener for Octavia (load balancing) https://review.openstack.org/451574
07:06:45 openstackgerrit Valery Tschopp proposed openstack/python-openstacksdk master: Whitelist query parameter 'project_id' https://review.openstack.org/454241
08:24:36 openstackgerrit Valery Tschopp proposed openstack/python-openstacksdk master: Whitelist query parameter 'project_id' https://review.openstack.org/454241
08:26:12 openstackgerrit Valery Tschopp proposed openstack/python-openstacksdk master: Add 'project_id' to Server query parameters https://review.openstack.org/454241
10:54:27 openstackgerrit Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311
11:10:36 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Add document about renaming OS_ENDPOINT_TYPE to OS_INTERFACE https://review.openstack.org/455252
12:43:52 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263
12:45:30 openstackgerrit Reedip proposed openstack/osc-lib master: Add MultiKeyValueCommaAction to osc-lib https://review.openstack.org/425515
12:55:11 jkilpatr so 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:25 jkilpatr the doc says I can just set verify to the pem path but that does not seem to work.
13:04:15 briancurtin that's probably a keystoneauth question. i'll take a look in a minute and see what this is about
13:13:41 dtroyer jkilpatr: 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:55 dtroyer also, all of requests' environment variables may be used here too
13:14:07 dtroyer specifically REQUESTS_CA_BUNDLE
13:15:56 briancurtin jkilpatr: 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:16:10 jkilpatr https://developer.openstack.org/sdks/python/openstacksdk/users/connection.html
13:16:14 jkilpatr briancurtin,
13:17:29 briancurtin ok, yeah we just pass that on to keystoneauth’s session
13:19:51 openstackgerrit Brian Curtin proposed openstack/python-openstacksdk master: Add 'profile_only' to Cluster resource https://review.openstack.org/455211
13:20:19 jkilpatr briancurtin, 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:40 briancurtin install of what?
13:21:11 briancurtin we don’t generate keys. what are you doing here?
13:23:03 jkilpatr briancurtin, 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:24:48 briancurtin this could be the appropriate channel for some things, i didn’t mean it like that, was just trying to figure out what was going on
13:28:16 jkilpatr briancurtin, 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:58:00 openstackgerrit Jose 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/455330
14:09:34 openstackgerrit yuval shalev proposed openstack/python-openstacksdk master: Added server_attachment on compute v2 https://review.openstack.org/455335
14:15:30 openstackgerrit ayoung proposed openstack/keystoneauth master: Parameter to tune mutual authentication in kerberos https://review.openstack.org/455330
14:24:13 openstackgerrit yuval shalev proposed openstack/python-openstacksdk master: Added server_attachment on compute v2 https://review.openstack.org/455335
16:16:41 reedip_ o/
18:08:36 openstackgerrit Prince Nana Owusu Boateng proposed openstack/python-openstacksdk master: Adding router is external to query parameters. https://review.openstack.org/454933
18:24:20 openstackgerrit Reedip proposed openstack/osc-lib master: Add MultiKeyValueCommaAction to osc-lib https://review.openstack.org/425515
18:54:26 reedip_ dtroyer : I updated the osc-lib patch, would appreciate your comments on this ^^
20:48:30 openstackgerrit Prince Nana Owusu Boateng proposed openstack/python-openstacksdk master: Adding router is external to query parameters. https://review.openstack.org/454933
21:15:17 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Low-level API for Compute v2 https://review.openstack.org/454310
21:24:44 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Low-level Compute v2 API: security group rules https://review.openstack.org/454939
22:06:16 openstackgerrit Merged openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/445086
22:16:49 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Split floating IP tests https://review.openstack.org/455465
23:07:29 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Split floating IP tests https://review.openstack.org/455465
#openstack-sdks - 2017-04-11
02:14:22 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Fix cluster update profile_only parameter miss https://review.openstack.org/455211
02:49:16 openstackgerrit Merged openstack/python-openstackclient master: Split floating IP tests https://review.openstack.org/455465
03:11:14 openstackgerrit wangxiyuan proposed openstack/python-openstackclient master: Remove nova V1.1 import https://review.openstack.org/455498
03:12:50 openstackgerrit wangxiyuan proposed openstack/python-openstackclient master: Remove nova V1.1 import https://review.openstack.org/455498
04:56:42 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: "--type" should be required option in "network qos rule create" https://review.openstack.org/454575
07:02:52 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Add document about renaming OS_ENDPOINT_TYPE to OS_INTERFACE https://review.openstack.org/455252
07:14:55 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Low-level Compute v2 API: security group https://review.openstack.org/454310
07:14:55 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Low-level Compute v2 API: security group rules https://review.openstack.org/454939
07:17:07 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Low-level Compute v2 API: floating ip https://review.openstack.org/455555
08:24:30 openstackgerrit Rui Chen proposed openstack/cliff master: Add smart help formatter for command parser https://review.openstack.org/454613
08:41:22 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Make block-device-mapping more stable and clear https://review.openstack.org/438141
10:52:16 openstackgerrit yuval shalev proposed openstack/python-openstacksdk master: git review Added server_attachment on compute v2 https://review.openstack.org/455335
11:02:13 openstackgerrit Chris Dent proposed openstack/api-wg master: Create a set of api interoperability guidelines https://review.openstack.org/421846
11:07:24 openstackgerrit yuval shalev proposed openstack/python-openstacksdk master: git review Added server_attachment on compute v2 https://review.openstack.org/455335
14:31:29 reedip_ ankur-gupta-f4: ping
14:50:30 amotoki reedip_: ping
14:50:43 reedip_ amotoki : pong
14:50:56 amotoki reedip_: let's sync the current status on tag support in the networking commands
14:51:21 reedip_ I know its late in Japan so lets do it quickly :)
14:51:21 reedip_ amotoki : yep ,
14:51:45 amotoki reedip_: no worries. the date hasn't changed :)
14:52:25 amotoki reedip_: the original work was proposed for OSC plugin
14:53:27 amotoki but we agreed that 'openstack create something --tag foo' is the right direction as glance commands do
14:53:36 amotoki an example is https://docs.openstack.org/developer/python-openstackclient/command-objects/image.html#image-create
14:54:41 amotoki reedip_: you can see my similar comments in https://review.openstack.org/#/c/396727/ (my comment at Jan 20)
14:55:23 amotoki so we are seeking 'openstack network set net1 --tag red --tag blue'
14:55:30 reedip_ amotoki : sorry, network issue
14:55:56 reedip_ amotoki :ok
14:56:11 amotoki reedip_: which my comments did you see?
14:56:22 reedip_ I think only the last one :)
14:56:27 reedip_ tag red and tag blue
14:56:42 amotoki resending some
14:57:25 amotoki reedip_: I think you now see all :)
14:58:29 reedip_ amotoki : yeah, got all the messages
14:58:44 openstackgerrit Sean McCully proposed openstack/keystoneauth master: KeystoneAuth should default to system CAFile. https://review.openstack.org/452585
14:58:52 amotoki so I think we need to implement tag support in SDK and OSC repo
14:59:49 reedip_ amotoki: yeah, I was checking ankur's patch
14:59:54 reedip_ https://review.openstack.org/#/c/443944/
15:00:44 amotoki reedip_: can you check how we support tag for images?
15:00:54 reedip_ amotoki : yeah , doing that
15:01:06 reedip_ from the link you sent above
15:01:33 amotoki reedip_: we don't want to have a separate resource 'tag'. 'tag' is just an attribute for networking resources. this is the point.
15:02:07 reedip_ amotoki : okay, thats pretty clearpoiny
15:02:55 reedip_ poiny -> point
15:03:08 amotoki reedip_: that's the point we agreed on PTG after discussing Steve and Dean
15:03:16 reedip_ ok
15:03:39 amotoki reedip_: do you want to work on it?
15:04:26 reedip_ amotoki : yes, I will. I will look into how images have implemented it , and ensure that we have --tag as an attribute in OSC

Earlier   Later