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:
Bjoern Teipel 2015-10-14 17:46:16 -05:00 committed by Kevin Carter
parent 50f4a968f7
commit ea5d604af7
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}