Comment 6 for bug 1878993

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

Reviewed: https://review.opendev.org/754474
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=02251481e11d0a7fdcc128dc694a26d3372a6bdb
Submitter: Zuul
Branch: stable/train

commit 02251481e11d0a7fdcc128dc694a26d3372a6bdb
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)
    (cherry picked from commit 2dbdace6616d34bfb43c72905dda04c91bcf1dc6)