Comment 7 for bug 1986653

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to manila (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/manila/+/863282
Committed: https://opendev.org/openstack/manila/commit/fc566dd97b8fad2f8f54e2f23dfbeab95f30f14c
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit fc566dd97b8fad2f8f54e2f23dfbeab95f30f14c
Author: Alexander Deiter <email address hidden>
Date: Fri Aug 19 17:07:56 2022 +0300

    [Infinidat] add support for TLS/SSL communication

    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 <email address hidden>
    Change-Id: Ia6bbde9aa1702be83f737ab6876a522fa30381c7
    (cherry picked from commit 52dac7619469240987171640f6674bef56261fda)