3ad7ab2884
Allow the user to set the CA cert for SSL option for contacting the remote Heat in the properties of an OS::Heat::Stack resource. Story: #1702645 Task: #17270 Change-Id: I37528bb2b881a196216a7e6e23af871ab0f313d6
9 lines
340 B
YAML
9 lines
340 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``ca_cert`` and ``insecure`` properties for
|
|
``OS::Heat::Stack`` resource type. The ``ca_cert`` is the contents of a CA
|
|
Certificate file that can be used to verify a remote cloud or region's
|
|
server certificate. ``insecure`` is boolean option, CA cert will be use if
|
|
we didn't setup insecure flag.
|