openstack-ansible-os_cinder/releasenotes/notes/support-insecure-cinder-endpoint-5cbbb4d8c647d521.yaml
Jesse Pretorius 8b7fc595e7 Support no validation of internal SSL endpoints
If self-signed certificates are used for internal endpoints
the current implementation will fail as there is no option
to turn off the certificate validation.

This patch implements a new variable to do so.

Change-Id: I64a80716a8636ab978071e9e6c7aaa19962547ec
2017-05-12 10:54:29 +00:00

12 lines
333 B
YAML

---
features:
- |
The ability to disable the certificate validation when checking
and interacting with the internal cinder endpoint has been
implemented. In order to do so, set the following in
``/etc/openstack_deploy/user_variables.yml``.
.. code-block:: yaml
cinder_service_internaluri_insecure: yes