Merge "Use'openstack_region_name' in cloudkitty collectors and fetchers"

This commit is contained in:
Zuul 2019-06-24 13:08:30 +00:00 committed by Gerrit Code Review
commit 2ef50535fe

View File

@ -46,10 +46,12 @@ metrics_conf = /etc/cloudkitty/{{ cloudkitty_custom_metrics_yaml_file }}
[keystone_fetcher]
keystone_version = 3
auth_section = keystone_authtoken
region_name = {{ openstack_region_name }}
{% if cloudkitty_collector_backend == "gnocchi" %}
[gnocchi_collector]
auth_section = keystone_authtoken
region_name = {{ openstack_region_name }}
{% endif %}
[api]