openstack-ansible-openstack.../releasenotes/notes/user-ca-certificates-b1be1257809ba5e8.yaml
Jonathan Rosser 1498d0d61d Install user supplied CA certificates into system trust store
This functionality can be used to install any CA certificates that
the deployer requires into any combination of hosts/containers.

Change-Id: Ic1292e18c8add78e8cb30f624be96292b153d4fe
2019-06-26 11:42:12 +01:00

9 lines
414 B
YAML

---
features:
- |
Deployers may require custom CA certificates installing on their openstack
hosts or service containers. A new variable openstack_host_ca_certificates
is added which is a list of certificates that should be copied from the
deploy host to the target hosts. Certificates may be selectively deployed
by defining the variable either in user_variables.yml or via host/group vars.