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:
parent
6c5c259b78
commit
34a5d67a04
@ -49,8 +49,8 @@
|
|||||||
auth_uri = http://controller:5000
|
auth_uri = http://controller:5000
|
||||||
auth_url = http://controller:35357
|
auth_url = http://controller:35357
|
||||||
auth_type = password
|
auth_type = password
|
||||||
project_domain_id = default
|
project_domain_name = Default
|
||||||
user_domain_id = default
|
user_domain_name = Default
|
||||||
project_name = service
|
project_name = service
|
||||||
username = manila
|
username = manila
|
||||||
password = MANILA_PASS
|
password = MANILA_PASS
|
||||||
|
@ -46,8 +46,8 @@
|
|||||||
auth_uri = http://controller:5000
|
auth_uri = http://controller:5000
|
||||||
auth_url = http://controller:35357
|
auth_url = http://controller:35357
|
||||||
auth_type = password
|
auth_type = password
|
||||||
project_domain_id = default
|
project_domain_name = Default
|
||||||
user_domain_id = default
|
user_domain_name = Default
|
||||||
project_name = service
|
project_name = service
|
||||||
username = manila
|
username = manila
|
||||||
password = MANILA_PASS
|
password = MANILA_PASS
|
||||||
|
Loading…
Reference in New Issue
Block a user