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:
liusheng 2017-02-15 16:00:01 +08:00
parent 8f3aabf845
commit cf9afc5f58

View File

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