Comment 2 for bug 1878993

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

Reviewed: https://review.opendev.org/731359
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=29622725e411402b835e3e45328a9e695f75ea78
Submitter: Zuul
Branch: master

commit 29622725e411402b835e3e45328a9e695f75ea78
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