683feaef9a
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
10 lines
373 B
YAML
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.
|