Fix devstack rally deployment config

Change-Id: I5bbb0445288063d314012d06ba6b1e88f9e5eb3f
This commit is contained in:
Anton Studenov 2017-04-18 21:01:53 +03:00
parent f64460817d
commit 6acb416e9a
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ then
"type": "ExistingCloud",
"creds": {
"openstack": {
"auth_url": "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v$IDENTITY_API_VERSION",
"auth_url": "$KEYSTONE_AUTH_URI/v$IDENTITY_API_VERSION",
"region_name": "$REGION_NAME",
"admin": {
"username": "admin",
@ -71,7 +71,7 @@ then
"type": "ExistingCloud",
"creds": {
"openstack": {
"auth_url": "$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_SERVICE_PORT/v$IDENTITY_API_VERSION",
"auth_url": "$KEYSTONE_AUTH_URI_V3",
"region_name": "$REGION_NAME",
"admin": {
"username": "admin",