kayobe/releasenotes/notes/cacert-514b8645d6912bf9.yaml
Mark Goddard e83c57f233 Add support for CA certificate parameter
When using Ansible OpenStack modules, if OS_CACERT is defined, then this
will be passed as the cacert module argument.

This ensures that non-standard CA certificate paths can be used.

Change-Id: I2a2575b1fb0f149cc13c44526fc0167e68e07aab
Story: 2004911
Task: 29261
2019-01-31 15:38:52 +00:00

9 lines
345 B
YAML

---
features:
- |
Adds support for specifying a CA certificate when accessing APIs. The path
to the CA certificate may be specified via ``openstack_cacert`` , which
takes its default value from the ``OS_CACERT`` environment variable. See
`story 2004911 <https://storyboard.openstack.org/#!/story/2004911>`__ for
details.