Trivial-fix: use domain_id instead of domain_name
Defaultly, the "Default" is domain name, the "default" is domain id, to avoid ambiguity, this change use domain_id instead of domain_name. Change-Id: I83237ed264df8ae03f306b38d835b894393b1dcd
This commit is contained in:
parent
8f3aabf845
commit
cf9afc5f58
@ -40,8 +40,8 @@
|
||||
auth_url = http://controller:35357
|
||||
memcached_servers = controller:11211
|
||||
auth_type = password
|
||||
project_domain_name = default
|
||||
user_domain_name = default
|
||||
project_domain_id = default
|
||||
user_domain_id = default
|
||||
project_name = service
|
||||
username = aodh
|
||||
password = AODH_PASS
|
||||
@ -57,8 +57,8 @@
|
||||
...
|
||||
auth_type = password
|
||||
auth_url = http://controller:5000/v3
|
||||
project_domain_name = default
|
||||
user_domain_name = default
|
||||
project_domain_id = default
|
||||
user_domain_id = default
|
||||
project_name = service
|
||||
username = aodh
|
||||
password = AODH_PASS
|
||||
|
Loading…
x
Reference in New Issue
Block a user