Merge "Update the compute node service_credentials parameters"

This commit is contained in:
Jenkins 2016-09-16 09:13:13 +00:00 committed by Gerrit Code Review
commit 01d9efba94
1 changed files with 7 additions and 4 deletions

View File

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