[devstack] fix keystone v3 deployemnt config

After we merged strong config schema for rally deployment, we missed to fix
devstack plugin, which creates wrong config in case of Keystone V3

Change-Id: I29ad7f1f62a911ab9c011c832b4b7eea5eeb994b
This commit is contained in:
Andrey Kurilin 2016-08-31 11:50:14 +03:00
parent 276c5d4242
commit be56183895
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ then
"admin": {
"username": "admin",
"password": "$ADMIN_PASSWORD",
"tenant_name": "admin",
"project_name": "admin",
"user_domain_name": "Default",
"project_domain_name": "Default"
}