solum devstack keystone v3 support

Bug #1662457 reported by caowei
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Solum
New
High
zhurong

Bug Description

[root@kollaAll ~]# solum lp list
ERROR: Cannot authorize API client.
[root@kollaAll ~]# set|grep OS_
OS_AUTH_URL=http://192.168.122.90:35357/v3
OS_IDENTITY_API_VERSION=3
OS_PASSWORD=cHxBfZ64Ah6Y4j3HJvylb866tkpPTi0WVY8B8CiJ
OS_PROJECT_DOMAIN_NAME=default
OS_PROJECT_NAME=admin
OS_TENANT_NAME=admin
OS_USERNAME=admin
OS_USER_DOMAIN_NAME=default
[root@kollaAll ~]# export OS_AUTH_URL=http://192.168.122.90:5000/v2.0
[root@kollaAll ~]# solum lp list
+------+------+-------------+--------+------------+
| uuid | name | description | status | source_uri |
+------+------+-------------+--------+------------+
+------+------+-------------+--------+------------+
[root@kollaAll ~]# export OS_AUTH_URL=http://192.168.122.90:5000/v3
[root@kollaAll ~]# solum lp list
ERROR: Cannot authorize API client.
[root@kollaAll kolla-ansible]# openstack endpoint list|grep key
| 4817d4620cda45adb0658781e5b6c9eb | RegionOne | keystone | identity | True | internal | http://192.168.122.90:5000/v3 |
| aad3b01066134983ac522d245facc48b | RegionOne | keystone | identity | True | public | http://192.168.122.90:5000/v3 |
| bf3e1acec2ba4ae19c2375ea68040526 | RegionOne | keystone | identity | True | admin | http://192.168.122.90:35357/v3 |

Changed in solum:
importance: Undecided → High
Changed in solum:
assignee: nobody → zhurong (zhu-rong)
Revision history for this message
Devdatta Kulkarni (devdatta-kulkarni) wrote :

On a related note, Tempest is now going to default to Keystone v3 [1].

In there there are two patches referenced. One, which changes tempest's default to keystone v3 and another, which makes keystone v3 default in devstack.

Zhu's patch (https://review.openstack.org/#/c/439427/) adds Keystone v3 support in python-solumclient. To work correctly in devstack gate we might have to make some changes to the server-side as well. What are these changes?? -- Need to figure out.

[1] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113487.html

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-solumclient 2.3.0

This issue was fixed in the openstack/python-solumclient 2.3.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.