Comment 2 for bug 1546655

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

Reviewed: https://review.openstack.org/281625
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=615cc81051164c8e53c4237a28563264d1edc768
Submitter: Jenkins
Branch: master

commit 615cc81051164c8e53c4237a28563264d1edc768
Author: Patrick East <email address hidden>
Date: Tue Feb 16 20:38:22 2016 -0800

    Allow for Pure drivers to verify HTTPS requests

    This pipes in the config options (driver_ssl_cert_verify and
    driver_ssl_cert_path) for verifying https requests to the
    purestorage python module. This will allow for the underlying https
    management API requests to the array to be verified.

    To use this feature a newer (>1.4.0) version of the pure storage python
    module will be required.

    DocImpact: Need to update Pure Storage Volume Driver config reference
    to mention that it can use the new config options and the python module
    version requirements that go along with it.

    Change-Id: Id4d73e76ec64e4ac00291ed9b7377c47e40bc551
    Closes-Bug: #1546655