Add clients ca_file in heat

This patch fix creating statck resource failure in heat.

Change-Id: I00c23f8b89765e266d045cc463ce4d863d0d6089
Closes-Bug: #1869137
This commit is contained in:
Jeffrey Zhang 2020-03-26 15:20:52 +08:00
parent fd2a5b2cf2
commit 34a331ab2f
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>`__