ee67921a72
Use `driver_use_ssl` under backend section to enable or disable TLS/SSL communication between the Cinder volume service and the storage backend. And `suppress_requests_ssl_warnings` under backend section to suppress requests library SSL certificate warnings. Closes-bug: #1981982 Change-Id: I4b302ffd1d0bef673143cd7db427bb9aac27ba33 Signed-off-by: Alexander Deiter <adeiter@infinidat.com>
10 lines
411 B
YAML
10 lines
411 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Infinidat Driver `bug #1981982
|
|
<https://bugs.launchpad.net/cinder/+bug/1981982>`_:
|
|
Fixed Infinidat driver to use TLS/SSL communication between the Cinder
|
|
volume service and the storage backend. Admin can set `True` or `False`
|
|
for the `driver_use_ssl` and `suppress_requests_ssl_warnings` options in
|
|
the driver section of cinder.conf to enable or disable these features.
|