52dac76194
Infinidat driver doesn't support TLS/SSL communication and uses plain HTTP for storage management operations. This patch adds support for SSL/TLS communication for storage management operations. Use `infinidat_use_ssl` under backend section to enable or disable TLS/SSL communication between the Manila share service and the storage backend. And `infinidat_suppress_ssl_warnings` under backend section to suppress requests library SSL certificate warnings. Closes-Bug: #1986653 Signed-off-by: Alexander Deiter <adeiter@infinidat.com> Change-Id: Ia6bbde9aa1702be83f737ab6876a522fa30381c7
10 lines
414 B
YAML
10 lines
414 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Infinidat Driver `bug #1986653
|
|
<https://bugs.launchpad.net/manila/+bug/1986653>`_:
|
|
Fixed Infinidat driver to use TLS/SSL communication between the Manila
|
|
share service and the storage backend. Admin can set `True` or `False`
|
|
for the `infinidat_use_ssl` and `infinidat_suppress_ssl_warnings` options
|
|
in the driver section of manila.conf to enable or disable these features.
|