Comment 4 for bug 1878993

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

Reviewed: https://review.opendev.org/737756
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=2dbdace6616d34bfb43c72905dda04c91bcf1dc6
Submitter: Zuul
Branch: stable/ussuri

commit 2dbdace6616d34bfb43c72905dda04c91bcf1dc6
Author: Felipe Rodrigues <email address hidden>
Date: Wed May 6 23:54:59 2020 +0000

    [NetApp] Fix HTTPS connection for python 3.7

    With python3.7, the eventlet is breaking the ssl.py, so the https
    is not working. This patch fixes it by changing the request library
    (urllib by requests), the new library can be built over the
    pyopenssl.py instead of ssl.py.

    Closes-Bug: #1878993
    Change-Id: I9c0b1f332ead25634f3dc3aebfdc8b51dfbc4178
    (cherry picked from commit 29622725e411402b835e3e45328a9e695f75ea78)