Comment 1 for bug 1733451

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

Reviewed: https://review.openstack.org/518843
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=683feaef9aa34f65e9ff7cfd93880d3b9e91e046
Submitter: Zuul
Branch: master

commit 683feaef9aa34f65e9ff7cfd93880d3b9e91e046
Author: zengyingzhe <email address hidden>
Date: Fri Nov 10 14:27:25 2017 +0800

    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