Merge "Fix Barbican client (Castellan) with TLS (part 2)"

This commit is contained in:
Zuul 2020-08-10 11:55:40 +00:00 committed by Gerrit Code Review
commit 0c12a63cd2

View File

@ -222,7 +222,8 @@ connection_string = {{ osprofiler_backend_connection_string }}
{% if enable_barbican | bool %}
[barbican]
auth_endpoint = {{ keystone_internal_url }}
cafile = {{ openstack_cacert }}
barbican_endpoint_type = internal
verify_ssl_path = {{ openstack_cacert }}
{% endif %}
# Cell specific settings from DevStack: