Cinder endpoints throws error in Keystone V3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| python-cinderclient |
Undecided
|
James Conroy |
Bug Description
The "cinder endpoints" command throws an error when using Keystone V3 API. This is reproducible on both master and stable/mitaka branches.
Output from command:
$ cinder --debug endpoints
DEBUG:keystonec
DEBUG:keystonec
RESP BODY: {"version": {"status": "stable", "updated": "2016-04-
DEBUG:keystonec
ERROR: 'serviceCatalog'
My env variables:
OS_PROJECT_
OS_PASSWORD=
OS_USER_
OS_PROJECT_
OS_AUTH_URL=http://
Changed in cinder: | |
assignee: | nobody → Jay Conroy (jayconroy) |
Steve Martinelli (stevemar) wrote : | #1 |
Steve Martinelli (stevemar) wrote : | #2 |
As of this morning, the functional tests for ``cinder endpoints`` is passing and using keystone v3: http://
Steve Martinelli (stevemar) wrote : | #3 |
This seems similar to bug https:/
Which was fixed here: https:/
There was no release between when the bug was introduced and when it was fixed... so i'm wondering what version Jay is using. At the minimum this should be resolved in master.
affects: | cinder → python-cinderclient |
James Conroy (jayconroy) wrote : | #4 |
Hi Steve,
I am reproducing this on master with V3 cinder-client and on stable/mitaka with V2 cinder-client.
If I apply your above mentioned patch I get the following output on master:
$ cinder --debug endpoints
DEBUG:keystonec
DEBUG:keystonec
RESP BODY: {"version": {"status": "stable", "updated": "2016-10-
DEBUG:keystonec
DEBUG:keystonec
James Conroy (jayconroy) wrote : | #5 |
Version 1.8.0
James Conroy (jayconroy) wrote : | #6 |
I can verify that this is not a bug when using master version of python-
James Conroy (jayconroy) wrote : | #7 |
Marked as invalid as it is not an issue with the newest version of python-cinderclient
Changed in python-cinderclient: | |
status: | New → Invalid |
what version of cinderclient are you usign?