8b7fc595e7
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
12 lines
333 B
YAML
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
|