]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Allow for Pure drivers to verify HTTPS requests
authorPatrick East <patrick.east@purestorage.com>
Wed, 17 Feb 2016 04:38:22 +0000 (20:38 -0800)
committerPatrick East <patrick.east@purestorage.com>
Thu, 3 Mar 2016 01:19:29 +0000 (01:19 +0000)
commit615cc81051164c8e53c4237a28563264d1edc768
treeb1be059132ee114ab58a646acfdca12ac067e9b3
parenteadc4a4fa8a1cad95252b7783f75822d516eafe2
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
cinder/tests/unit/test_pure.py
cinder/volume/drivers/pure.py
releasenotes/notes/pure-verify-https-requests-464320c97ba77a1f.yaml [new file with mode: 0644]