]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
XtremIO Volume driver requests, multipath
authorShay Halsband <shay.halsband@emc.com>
Sun, 8 Mar 2015 12:34:53 +0000 (14:34 +0200)
committerShay Halsband <shay.halsband@emc.com>
Wed, 17 Jun 2015 11:04:05 +0000 (14:04 +0300)
commit8eb05e45d879b072ea25ac645586c7e2f832f88c
tree9460332f9c0c5ac2730550000d1fc27d6f3e66b2
parentd7ec4a087dea58c7e10f7c01f3fd6f38e72df6d6
XtremIO Volume driver requests, multipath

* introduce new driver parameter to configure ssl CA validation
* replace urllib2 with requests
* changes to support iSCSI multipath
* fix missing logging for get requets
* query cluster version without exception

DocImpact: added the option driver_ssl_cert_verify to specify whether
           a volume backends verify SSL certificats when quering https urls.

Implements: blueprint emc-xtremio-updates
Change-Id: Ief32e2247a46046489792f03a5b235d1c9d16a4f
cinder/tests/unit/test_emc_xtremio.py
cinder/volume/driver.py
cinder/volume/drivers/emc/xtremio.py