Merge "fix keystone auth failed since project_domain_id and user_domain_id"
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user