refstack-client/refstack_client/tests/unit/refstack-client.test.conf
sslypushenko ecba34b7dd Remove dependency on admin creds
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
2015-09-17 19:18:21 +03:00

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