cinder/releasenotes/notes/bug-1981982-infinidat-fix-ssl-options-6ddd852c24b16760.yaml
Alexander Deiter ee67921a72 Fix Infinidat driver to use TLS/SSL communication
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>
2022-09-14 23:56:17 +00:00

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.