]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add Support for Dell Storage Center
authorTom Swanson <tom_swanson@dell.com>
Wed, 3 Dec 2014 19:24:39 +0000 (13:24 -0600)
committerTom Swanson <tom_swanson@dell.com>
Mon, 15 Dec 2014 18:00:47 +0000 (12:00 -0600)
commita114dd3c83df72afcf64aa89fb2f10361102bdb7
treec36e0ca53c18eaebfd39a9b89ee1fb190241e19c
parent837ff0efda25b7ee8240bce2f425efb18cc3229e
Add Support for Dell Storage Center

This driver implements cinder FC and iSCSI volume drivers.
The file dell_storagecenter_api.py is called to interface with the
Dell Storage Center backend via a REST interface.
Dell_storagecenter_common.py is the base class implementation with
dell_storagecenter_fc.py and dell_storagecenter_iscsi.py being providing
fc and iscsi specific support respectivly.

https://bugs.launchpad.net/cinder/+bug/1398951

Implements: blueprint dell-storage-center-block-storage-driver
Change-Id: Ic483e54b40349ede20e078c6406f5bab8d7d7cc2
cinder/tests/test_dellfc.py [new file with mode: 0644]
cinder/tests/test_dellsc.py [new file with mode: 0644]
cinder/volume/drivers/dell/__init__.py [new file with mode: 0644]
cinder/volume/drivers/dell/dell_storagecenter_api.py [new file with mode: 0644]
cinder/volume/drivers/dell/dell_storagecenter_common.py [new file with mode: 0644]
cinder/volume/drivers/dell/dell_storagecenter_fc.py [new file with mode: 0644]
cinder/volume/drivers/dell/dell_storagecenter_iscsi.py [new file with mode: 0644]