Merge "Update the compute node service_credentials parameters"
This commit is contained in:
commit
01d9efba94
@ -50,10 +50,13 @@
|
||||
|
||||
[service_credentials]
|
||||
...
|
||||
os_auth_url = http://controller:5000/v2.0
|
||||
os_username = ceilometer
|
||||
os_tenant_name = service
|
||||
os_password = CEILOMETER_PASS
|
||||
auth_url = http://controller:5000
|
||||
project_domain_id = default
|
||||
user_domain_id = default
|
||||
auth_type = password
|
||||
username = ceilometer
|
||||
project_name = service
|
||||
password = CEILOMETER_PASS
|
||||
interface = internalURL
|
||||
region_name = RegionOne
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user