Skip to content
Snippets Groups Projects
Commit 34a331ab authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Add clients ca_file in heat

This patch fix creating statck resource failure in heat.

Change-Id: I00c23f8b89765e266d045cc463ce4d863d0d6089
Closes-Bug: #1869137
parent fd2a5b2c
No related branches found
No related tags found
Loading
...@@ -89,6 +89,7 @@ policy_file = {{ heat_policy_file }} ...@@ -89,6 +89,7 @@ policy_file = {{ heat_policy_file }}
[clients] [clients]
endpoint_type = internalURL endpoint_type = internalURL
ca_file = {{ openstack_cacert | default(omit) }}
[oslo_middleware] [oslo_middleware]
enable_proxy_headers_parsing = True enable_proxy_headers_parsing = True
......
---
fixes:
- |
Add client ca_cert file in heat
`LP#1869137 <https://bugs.launchpad.net/kolla-ansible/+bug/1869137>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment