From 11823e632d63d00cca9f7e8b9785d7f293fef33a Mon Sep 17 00:00:00 2001 From: Erol Guzoglu Date: Tue, 14 May 2019 16:41:40 +0300 Subject: [PATCH] Configure region_name in cloudkitty.conf Change-Id: I3395810f353c1a26eafcf0b97eb416d7083efde1 --- ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 index 9ca9081089..a25dc0a606 100644 --- a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 +++ b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 @@ -23,6 +23,7 @@ user_domain_id = {{ default_user_domain_id }} project_name = service username = {{ cloudkitty_keystone_user }} password = {{ cloudkitty_keystone_password }} +region_name = {{ openstack_region_name }} memcache_security_strategy = ENCRYPT memcache_secret_key = {{ memcache_secret_key }}