Merge "Add clients ca_file in heat"

This commit is contained in:
Zuul 2020-04-02 09:38:54 +00:00 committed by Gerrit Code Review
commit 5ffbdfdff7
2 changed files with 6 additions and 0 deletions

View File

@ -89,6 +89,7 @@ policy_file = {{ heat_policy_file }}
[clients]
endpoint_type = internalURL
ca_file = {{ openstack_cacert | default(omit) }}
[oslo_middleware]
enable_proxy_headers_parsing = True

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Add client ca_cert file in heat
`LP#1869137 <https://bugs.launchpad.net/kolla-ansible/+bug/1869137>`__