File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
etc/kayobe/environments/ci-multinode/kolla/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ enabled_secretstore_plugins=vault_plugin
77[vault_plugin]
88vault_url = https://{{ kolla_internal_vip_address }}:8200
99use_ssl = True
10- ssl_ca_crt_file = /etc/ssl/certs/ca-bundle.trust.crt
10+ ssl_ca_crt_file = {% raw %}{{ openstack_cacert }}{% endraw %}
1111approle_role_id = {{ secrets_barbican_approle_role_id }}
1212approle_secret_id = {{ secrets_barbican_approle_secret_id }}
1313kv_mountpoint = barbican
You can’t perform that action at this time.
0 commit comments