29622725e4
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
7 lines
183 B
YAML
7 lines
183 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed `bug #1878993 <https://bugs.launchpad.net/manila/+bug/1878993>`_
|
|
that caused a failure on HTTPS connections within NetApp backend using
|
|
python 3.7.
|