e83c57f233
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
9 lines
345 B
YAML
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.
|