openstack-ansible/releasenotes/notes/user-ca-certificates-b1be1257809ba5e8.yaml
Jean-Philippe Evrard 2a47a3fafd Bump SHAs for master
This temporarily make use of a more recent version of
requirements than the projects have.

Without this update, the version of python-qinlingclient
is 2.1.0, which doesn't work with the version of cliff
shipped in requirements, which causes an issue in the
bash completion.

Change-Id: I779a8ec009a8fb53fb932f129dcba98d6f794ce2
2019-07-10 16:28:52 +00: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.