muranoclient doesnt' support keystone v3 (CLI at least)
Bug #1507932 reported by
Ekaterina Chernova
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-muranoclient |
Fix Released
|
High
|
Nikolay Starodubtsev |
Bug Description
Authorization is broken in v3 version of keystone is used
try to execute package-list environment list and other commands
Changed in python-muranoclient: | |
assignee: | nobody → Nikolay Starodubtsev (starodubcevna) |
Changed in python-muranoclient: | |
status: | Confirmed → In Progress |
Changed in python-muranoclient: | |
assignee: | Nikolay Starodubtsev (starodubcevna) → Victor Ryzhenkin (vryzhenkin) |
Changed in python-muranoclient: | |
assignee: | Victor Ryzhenkin (vryzhenkin) → Nikolay Starodubtsev (starodubcevna) |
Changed in python-muranoclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/239413 /git.openstack. org/cgit/ openstack/ python- muranoclient/ commit/ ?id=c60feee45cf a19522075cb0c82 4450eab514d23a
Committed: https:/
Submitter: Jenkins
Branch: master
commit c60feee45cfa195 22075cb0c824450 eab514d23a
Author: Nikolay Starodubtsev <email address hidden>
Date: Mon Oct 26 14:56:14 2015 +0300
Add keystone v3 support to client
All clients should support keystone v3 till kilo. This patch adds
support for keystone sessions, keystone endpoint discovery and support
for the CLI to provide keystone v3 options. Also, bumped glance client
API version to 2 for the compatibility with v3 keystone API.
Change-Id: I565927db7f393c 0bae41ebf9c0348 8f9cd966e79
Co-Authored-By: David Hu <email address hidden>
Co-Authored-By: Steve McLellan <email address hidden>
Closes-Bug: #1354129
Closes-Bug: #1507932
Implements: blueprint support-keystone-v3