Skip to content

Commit 284e431

Browse files
authored
Merge pull request #1045 from stackhpc/barbican-template
Fix Barbican templating
2 parents 1c2a2a5 + 2c1461e commit 284e431

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

etc/kayobe/environments/ci-multinode/kolla/config/barbican.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ enabled_secretstore_plugins=vault_plugin
77
[vault_plugin]
88
vault_url = https://{{ kolla_internal_vip_address }}:8200
99
use_ssl = True
10-
ssl_ca_crt_file = {% raw %}{{ openstack_cacert }}{% endraw %}
10+
{% raw %}
11+
ssl_ca_crt_file = {{ openstack_cacert }}
12+
{% endraw %}
1113
approle_role_id = {{ secrets_barbican_approle_role_id }}
1214
approle_secret_id = {{ secrets_barbican_approle_secret_id }}
1315
kv_mountpoint = barbican

0 commit comments

Comments
 (0)