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