
This patch changes the way refstack-client gets keystone service id. Now non-admin creds should be enought for that. This patch adds support for Keystone API V3. Keystone API version selected from tempest.conf Section: 'identity-feature-enabled', key: 'api_v3' Closes-Bug: #1495671 Change-Id: I1f9edffba88cf99c39b2c8b99f792088d35dbd2e
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
[identity]
|
|
auth_version = v2
|
|
uri = 0.0.0.0:35357/v2.0
|
|
uri_v3 = 0.0.0.0:35357/v3
|
|
username = admin
|
|
password = test
|
|
tenant_id = admin_tenant_id
|
|
|
|
[identity-feature-enabled]
|
|
api_v2 = true |