]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Switch the PureISCSIDriver over to using the purestorage pypi module.
authorPatrick East <patrick.east@purestorage.com>
Wed, 14 Jan 2015 23:07:16 +0000 (15:07 -0800)
committerPatrick East <patrick.east@purestorage.com>
Thu, 15 Jan 2015 22:20:22 +0000 (14:20 -0800)
commit81d561effee1ba4de8d491ec53a8d3a1801ab745
tree24de763386ba663be5d0a8f3b397eb1db91d4ac8
parente35cbfa22b45685c1f9d1bc5e54362d63a8ef944
Switch the PureISCSIDriver over to using the purestorage pypi module.

All management api's will now go through the purestorage module, the
interface is extremely similar to the original FlashArray object
included in the cinder.volume.drivers.pure module. This allows for
updates to the REST API and python code that uses it to not disrupt the
cinder driver.

Implements: blueprint pure-iscsi-purestorage-lib
Change-Id: Ifcfb1c2337e5837f2121929c4788137d8bd1cf42
cinder/exception.py
cinder/tests/test_pure.py
cinder/volume/drivers/pure.py