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:
parent
fd2a5b2cf2
commit
34a331ab2f
@ -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
|
||||
|
5
releasenotes/notes/bug-1869137-d3de4debf827e1d2.yaml
Normal file
5
releasenotes/notes/bug-1869137-d3de4debf827e1d2.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Add client ca_cert file in heat
|
||||
`LP#1869137 <https://bugs.launchpad.net/kolla-ansible/+bug/1869137>`__
|
Loading…
Reference in New Issue
Block a user