diff --git a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 index cfde2ff4b2..a83fc6b2c4 100644 --- a/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 +++ b/ansible/roles/cloudkitty/templates/cloudkitty.conf.j2 @@ -84,6 +84,7 @@ backend = {{ cloudkitty_fetcher_backend }} [fetcher_keystone] keystone_version = 3 auth_section = keystone_authtoken +cafile = {{ openstack_cacert }} region_name = {{ openstack_region_name }} {% endif %}