Skip to content
Snippets Groups Projects
Commit a01294a4 authored by Rafael Weingärtner's avatar Rafael Weingärtner
Browse files

Use'openstack_region_name' in cloudkitty collectors and fetchers


Change-Id: I9fb4151261fba227dda09241bc141826589ad169
Signed-off-by: default avatarRafael Weingärtner <rafael@apache.org>
parent 22a6e021
No related branches found
No related tags found
No related merge requests found
......@@ -44,10 +44,12 @@ services = compute,image{% if enable_cinder | bool %},volume{% endif %},network.
[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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment