Make sure ceilometer/service_credentials wotks with internalURL

When configuring kolla with

 - kolla_enable_tls_external: "yes"

ceilometer service credential defaults to publicURL.

Ceilometer should work with the internal interface (v3 API Identity syntax):

.....
[service_credentials]
interface = internal
.....

Change-Id: I898ffb2b901f08b810756d80dbb988d8c9298219
Closes-Bug: #1643860
This commit is contained in:
Javier Castillo Alcíbar 2016-11-22 13:12:03 +01:00
parent 47ea8a34f1
commit b13c40f586

View File

@ -52,6 +52,7 @@ project_name = service
project_domain_id = default
user_domain_id = default
auth_type = password
interface = internal
{% if ceilometer_database_type == 'gnocchi' %}
[dispatcher_gnocchi]