diff --git a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2
index a25dc0a606f84da82f575849a0894765b3d04771..270bdfd9f6b5713c4f8abee007791816aa5eccde 100644
--- a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2
+++ b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2
@@ -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]