From 2c1461eed7627df2f5c11d80ff698b993d5963b6 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Tue, 23 Apr 2024 15:41:22 +0100 Subject: [PATCH] Fix Barbican templating --- .../environments/ci-multinode/kolla/config/barbican.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/kayobe/environments/ci-multinode/kolla/config/barbican.conf b/etc/kayobe/environments/ci-multinode/kolla/config/barbican.conf index 165deb04a..62e7b86ac 100644 --- a/etc/kayobe/environments/ci-multinode/kolla/config/barbican.conf +++ b/etc/kayobe/environments/ci-multinode/kolla/config/barbican.conf @@ -7,7 +7,9 @@ enabled_secretstore_plugins=vault_plugin [vault_plugin] vault_url = https://{{ kolla_internal_vip_address }}:8200 use_ssl = True -ssl_ca_crt_file = {% raw %}{{ openstack_cacert }}{% endraw %} +{% raw %} +ssl_ca_crt_file = {{ openstack_cacert }} +{% endraw %} approle_role_id = {{ secrets_barbican_approle_role_id }} approle_secret_id = {{ secrets_barbican_approle_secret_id }} kv_mountpoint = barbican