Correct OS_IDENTITY_API_VERSION
The OS_IDENTITY_API_VERSION need to be set to 2.0 instead of 2 when using the Keystone Identity API version 2. Other settings are currently not affected Change-Id: I574bf1c1e908833b139a14b1f402df8db837344b Closes-Bug: #1506231
This commit is contained in:
committed by
Kevin Carter
parent
8b91ad32f7
commit
1844a27a89
@@ -25,7 +25,7 @@ export OS_PROJECT_DOMAIN_NAME={{ openrc_os_domain_name }}
|
||||
export OS_IDENTITY_API_VERSION=3
|
||||
export OS_AUTH_VERSION=3
|
||||
{% else %}
|
||||
export OS_IDENTITY_API_VERSION=2
|
||||
export OS_IDENTITY_API_VERSION=2.0
|
||||
export OS_AUTH_VERSION=2
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user