fix keystone auth failed since project_domain_id and user_domain_id

we fix the project_domain_id and user_domain_id to user_domain_name
and user_domain_name for the keystone_auth_token section in the doc

Change-Id: I810d69956478344a187be841da6ee7c35982f5c7
Closes-bug: 1712073
This commit is contained in:
kedy 2017-11-22 23:32:08 +08:00
parent 6c5c259b78
commit 34a5d67a04
2 changed files with 4 additions and 4 deletions

View File

@ -49,8 +49,8 @@
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_type = password
project_domain_id = default
user_domain_id = default
project_domain_name = Default
user_domain_name = Default
project_name = service
username = manila
password = MANILA_PASS

View File

@ -46,8 +46,8 @@
auth_uri = http://controller:5000
auth_url = http://controller:35357
auth_type = password
project_domain_id = default
user_domain_id = default
project_domain_name = Default
user_domain_name = Default
project_name = service
username = manila
password = MANILA_PASS