Merge "fix keystone auth failed since project_domain_id and user_domain_id"

This commit is contained in:
Zuul
2017-11-23 02:34:39 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 4 deletions

View File

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

View File

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