Earlier  
Posted Nick Remark
#openstack-sdks - 2017-05-04
16:44:39 edleafe cdent: looking...
16:46:24 edleafe lgtm. When does spec.o.o get updated?
16:46:36 cdent only zuul knows
16:50:26 edleafe ah
16:50:56 cdent i've become tired of waiting so I'm going to use an educated guess
16:51:41 cdent edleafe: otherwise okay?
16:51:51 edleafe if you have somewhere to go, I can follow up and send it when it's updated
16:54:09 cdent naw, I'm impatient
16:56:57 openstackgerrit Sean Dague proposed openstack/service-types-authority master: Add an attribute for aliases https://review.openstack.org/460539
16:57:08 openstackgerrit Sean Dague proposed openstack/service-types-authority master: Add explicit mention of versions https://review.openstack.org/460540
16:57:16 openstackgerrit Sean Dague proposed openstack/service-types-authority master: Point keystone at overall API docs https://review.openstack.org/461152
16:57:36 sdague oh, the rebasing
17:17:37 openstackgerrit Merged openstack/service-types-authority master: Add an attribute for aliases https://review.openstack.org/460539
17:17:42 openstackgerrit Merged openstack/service-types-authority master: Add explicit mention of versions https://review.openstack.org/460540
17:19:51 openstackgerrit Merged openstack/python-openstackclient master: Do not always init compute_client when doint port list https://review.openstack.org/462423
18:51:28 edleafe cdent: good guess on the link :)
18:51:55 cdent \o/
19:58:49 openstackgerrit Merged openstack/osc-lib master: Remove log translations https://review.openstack.org/447793
21:13:00 klindgren Hi I am having an issue trying to use openstack client to use a normal auth token to do things.
21:14:06 klindgren I can successfully get the token. But when I call into services using --os-token and --os-url, Openstack client throws errors all over the place
21:15:19 klindgren Doing something like a openstack server list or openstack server-show. Blows up in glance client trying to parse out the os-url that is meant for nova and blowing up on the version/tenant_id piece with a float error.
21:16:34 klindgren trying to do openstack port list --server <uuid> fails because again, it tries to call into nova with the neutron endpoint information and when that fails, it says that the VM doesn't exist, when in fact it does.
21:18:00 klindgren So - considering the fact that once you have an auth_token the service catalog no longer gets returned, and it seems like in openstack client some calls require multiple calls into other clients, which needs different os-urls. How is this suppose to work?
21:18:18 klindgren Because right now - it just doesn't at all.
21:51:22 dtroyer klindgren: that token auth is really no longer much of an option for the reasons you stated. It only works with commands that talk to a single endpoint. It was meant for bootstrapping use initially, not for general use.
21:53:57 klindgren shold update: https://wiki.openstack.org/wiki/OpenStackClient/Authentication then?
21:55:36 klindgren "When performing multiple commands together (or in a script) it is more efficient to cache the authentication token and pass it to the CLI command"
21:56:25 dtroyer actually should delete that, it's out of date and doesn't even have the correct token option name
21:57:31 klindgren is it possible to use a token to get a new token a new service catalog so things work?
21:58:24 klindgren IE does: Token: This is slightly different from the usual token authentication (described below as token/endpoint) in that a token and an authentication URL are supplied and the plugin retrieves a new token. [Required: --os-auth-url, --os-token]
21:58:25 klindgren work?
21:59:31 dtroyer that is supposed to work, but frankly we don't test it much. It was never used in DevStack for example, where the original token auth was used heavily. That came with the keystone auth plugins
22:17:28 openstackgerrit Monty Taylor proposed openstack/service-types-authority master: Add the rest of the services we know about https://review.openstack.org/461221
#openstack-sdks - 2017-05-05
02:56:42 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: WIP: Rework server migrate to support cold and live https://review.openstack.org/460059
03:54:50 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add support for historical service type aliases https://review.openstack.org/460654
03:54:51 openstackgerrit Monty Taylor proposed openstack/api-wg master: Print name of violating file in unittest https://review.openstack.org/462813
03:54:51 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add document describing consuming version discovery https://review.openstack.org/459405
03:54:52 openstackgerrit Monty Taylor proposed openstack/api-wg master: Describe a method to consume service-type data https://review.openstack.org/462815
03:54:52 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add guideline about consuming endpoints from catalog https://review.openstack.org/462814
04:23:08 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add 'service list' resource for senlin https://review.openstack.org/462818
04:30:28 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add 'service list' resource for senlin https://review.openstack.org/462818
04:31:15 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add document describing consuming version discovery https://review.openstack.org/459405
05:14:21 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add 'service list' resource for senlin https://review.openstack.org/462818
05:23:33 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add 'service list' resource for senlin https://review.openstack.org/462818
06:12:29 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add 'service list' resource for senlin https://review.openstack.org/462818
06:52:33 openstackgerrit Rui Chen proposed openstack/python-openstacksdk master: Get endpoint versions with domain scope session https://review.openstack.org/462832
06:56:03 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add 'service list' resource for senlin https://review.openstack.org/462818
07:14:35 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add 'service list' resource for senlin https://review.openstack.org/462818
08:46:57 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Refactor Extension show and list command https://review.openstack.org/449757
12:34:30 openstackgerrit Merged openstack/python-openstacksdk master: Get endpoint versions with domain scope session https://review.openstack.org/462832
13:38:36 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add document describing consuming version discovery https://review.openstack.org/459405
13:38:51 openstackgerrit Akihiro Motoki proposed openstack/service-types-authority master: Add networking service (neutron) https://review.openstack.org/462241
14:45:34 openstackgerrit Monty Taylor proposed openstack/api-wg master: Describe the publication of service-types-authority data https://review.openstack.org/462815
14:45:34 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add document describing consuming version discovery https://review.openstack.org/459405
16:12:35 openstackgerrit Monty Taylor proposed openstack/service-types-authority master: Build a transformed JSON document for publication https://review.openstack.org/462984
16:22:53 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add document describing consuming version discovery https://review.openstack.org/459405
16:22:54 openstackgerrit Monty Taylor proposed openstack/api-wg master: Change the version format to be ISO format https://review.openstack.org/462988
16:23:07 openstackgerrit Monty Taylor proposed openstack/service-types-authority master: Build a transformed JSON document for publication https://review.openstack.org/462984
16:27:30 mordred cdent: ^^ I wouldn't want you to think I'm not spending all of my time making things for you to read
16:28:03 cdent mordred: I appreciate your attention and concern
16:28:28 cdent your dedication is a credit to all of us
17:13:55 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network L3 Router Commands for OSC https://review.openstack.org/385729
17:28:54 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Network L3 Router Commands for OSC https://review.openstack.org/385729
22:44:31 openstackgerrit chenyb4 proposed openstack/python-openstacksdk master: Add 'service list' resource for senlin https://review.openstack.org/462818
#openstack-sdks - 2017-05-06
14:19:56 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Replace "Display Name" by "Name" in volume list https://review.openstack.org/423081
#openstack-sdks - 2017-05-07
14:24:30 cdent he seemed a bit sleepy last night
14:53:55 stevemar yah, that 1hr time zone change is brutal
15:30:23 openstackgerrit Merged openstack/python-openstackclient master: Revert "Fix port command for SDK >0.9.10" https://review.openstack.org/443593
15:49:06 stevemar @dtroyer https://review.openstack.org/#/c/441775/
15:49:29 stevemar @dtroyer my mental check list for client changes
15:51:05 stevemar 1) does the command name make sense, 2) if it's a new command, did they add the entrypoint to setup.cfg, 3) did they add docs, 4) do the docs match the help code, 5) are there unit tests, 6) are there functional tests, 7) open the appropriate python-*client and make sure the calls are correct
15:54:34 dtroyer thanks, looks slightly familiar :) great minds and all...
21:40:38 openstackgerrit Blake Covarrubias proposed openstack/keystoneauth master: Fix V3ADFSPassword retrieval of scoped token https://review.openstack.org/463212
#openstack-sdks - 2017-05-08
04:28:06 openstackgerrit Blake Covarrubias proposed openstack/keystoneauth master: Add VDFSPassword to keystoneauth1 entry points https://review.openstack.org/463234
04:31:00 openstackgerrit Blake Covarrubias proposed openstack/keystoneauth master: Add ADFSPassword to keystoneauth1 entry points https://review.openstack.org/463234
07:21:10 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Refactor Extension show and list command https://review.openstack.org/449757
18:54:22 chatter29 hey guys
18:54:24 chatter29 allah is doing
18:54:29 chatter29 sun is not doing allah is doing
18:54:30 chatter29 to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger
22:05:30 chatter29 hey guys
22:05:32 chatter29 allah is doing
22:05:38 chatter29 sun is not doing allah is doing
22:05:39 chatter29 to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger
#openstack-sdks - 2017-05-09
01:54:48 openstackgerrit Blake Covarrubias proposed openstack/keystoneauth master: Allow custom EndpointReference in ADFSPassword https://review.openstack.org/463432
07:03:25 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Replace "Display Name" by "Name" in volume list https://review.openstack.org/423081
18:36:01 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Use cliff formattable columns in network commands https://review.openstack.org/462170
#openstack-sdks - 2017-05-10
01:31:53 openstackgerrit Blake Covarrubias proposed openstack/keystoneauth master: Allow setting EndpointReference in ADFSPassword https://review.openstack.org/463432
03:46:25 openstackgerrit liusheng proposed openstack/python-openstackclient master: Make the --limit option work in "image list" command https://review.openstack.org/463648
14:48:49 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Rework floating ip functional tests https://review.openstack.org/463793
19:52:01 openstackgerrit Akihiro Motoki proposed openstack/api-wg master: Change Neutron API-WG liaison https://review.openstack.org/463856
20:21:26 openstackgerrit Merged openstack/api-wg master: Change Neutron API-WG liaison https://review.openstack.org/463856
#openstack-sdks - 2017-05-11
13:50:03 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Ignore more exceptions in quota list https://review.openstack.org/463996
14:25:34 openstackgerrit Merged openstack/python-openstackclient master: Rework floating ip functional tests https://review.openstack.org/463793
16:14:05 cdent edleafe: we had a pretty good api-wg session yesterday: the etherpad is here: https://etherpad.openstack.org/p/BOS-API-WG-BOF
16:15:47 edleafe cdent: cool, will review
16:16:13 cdent cool
18:16:28 openstackgerrit Robert van Leeuwen proposed openstack/python-openstackclient master: Fixes osc port set allowed-address for ports without previous set allowed address https://review.openstack.org/461364
19:18:36 openstackgerrit Merged openstack/python-openstackclient master: Ignore more exceptions in quota list https://review.openstack.org/463996
#openstack-sdks - 2017-05-12
01:20:40 openstackgerrit Monty Taylor proposed openstack/api-wg master: Add support for historical service type aliases https://review.openstack.org/460654

Earlier   Later