Skip to content

Commit 59db209

Browse files
committed
Reference openstack_cacert to be distro agnostic
1 parent ec062dd commit 59db209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/configuration/vault.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Configure Barbican
296296
[vault_plugin]
297297
vault_url = https://{{ kolla_internal_vip_address }}:8200
298298
use_ssl = True
299-
ssl_ca_crt_file = /etc/ssl/certs/ca-bundle.trust.crt
299+
ssl_ca_crt_file = {% raw %}{{ openstack_cacert }}{% endraw %}
300300
approle_role_id = {{ secrets_barbican_approle_role_id }}
301301
approle_secret_id = {{ secrets_barbican_approle_secret_id }}
302302
kv_mountpoint = barbican

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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 = /etc/ssl/certs/ca-bundle.trust.crt
10+
ssl_ca_crt_file = {% raw %}{{ openstack_cacert }}{% endraw %}
1111
approle_role_id = {{ secrets_barbican_approle_role_id }}
1212
approle_secret_id = {{ secrets_barbican_approle_secret_id }}
1313
kv_mountpoint = barbican

0 commit comments

Comments
 (0)