manila/releasenotes/notes/Huawei-driver-utilize-requests-lib-67f2c4e7ae0d2efa.yaml
zengyingzhe 683feaef9a Utilize requests lib for Huawei storage connection
For the latest Python 2.7 release, urllib uses the SSL certification
while launching URL connection by default, which causes Huawei driver
failed to connect backend storage because it doesn't support SSL
certification.
This patch fixes this issue by updating Huawei driver logic to use
requests lib for Huawei storage connection, and specifying no use of
SSL certification.

Change-Id: Ia761819a352163176d353f61682cf47a1f429966
Closes-Bug: #1733451
2017-11-21 09:13:21 +08:00

10 lines
373 B
YAML

---
fixes:
- |
For the latest Python 2.7 release, urllib uses the SSL certification
while launching URL connection by default, which causes Huawei driver
failed to connect backend storage because it doesn't support SSL
certification.
Utilize the requests lib for Huawei driver instead, and set no SSL
certification for backend storage connection.