]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adds FC and ISCSI Cinder drivers for DotHill Storage Arrays.
authornikeshm <Nikesh.Mahalaka@dothill.com>
Mon, 27 Apr 2015 06:53:11 +0000 (12:23 +0530)
committernikeshm <Nikesh.Mahalaka@dothill.com>
Wed, 3 Jun 2015 04:28:59 +0000 (09:58 +0530)
commitf09c4b1aa0d76d5063d63b12a597da7fead0b93e
tree3d0645500d57d74574a2198d79abd92f021565fa
parente2de169c6e34954ca943cfbae94f56410b9885c5
Adds FC and ISCSI Cinder drivers for DotHill Storage Arrays.

DocImpact
Implements: blueprint dothill-fc-cinder-driver
Implements: blueprint dothill-iscsi-cinder-driver

Change-Id: I6a852ee6f1df29606aca5fe6fe3c5ef427359b5c
cinder/exception.py
cinder/tests/test_dothill.py [new file with mode: 0644]
cinder/volume/drivers/dothill/__init__.py [new file with mode: 0644]
cinder/volume/drivers/dothill/dothill_client.py [new file with mode: 0644]
cinder/volume/drivers/dothill/dothill_common.py [new file with mode: 0644]
cinder/volume/drivers/dothill/dothill_fc.py [new file with mode: 0644]
cinder/volume/drivers/dothill/dothill_iscsi.py [new file with mode: 0644]