]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adds FC and ISCSI Cinder drivers for HPMSA Storage Arrays
authornikeshm <Nikesh.Mahalaka@dothill.com>
Tue, 2 Jun 2015 17:18:46 +0000 (22:48 +0530)
committernikeshm <Nikesh.Mahalaka@dothill.com>
Tue, 16 Jun 2015 23:38:57 +0000 (05:08 +0530)
commitd6d5014bce0aac69346cbaeba31cb08fe8f4147c
tree46ecae4ce56db7915e49b94089cd8c5b76c27710
parent7f7f13bcac84d0086110a82306832bc5453be0d9
Adds FC and ISCSI Cinder drivers for HPMSA Storage Arrays

These drivers depend upon DotHill Cinder drivers.
Using inheritance, we are able to reuse a lot of
DotHill cinder drivers source code.

Implements: blueprint hp-msa-fc-iscsi-cinder-driver
Co-Authored-By: Gauvain Pocentek<gauvain.pocentek@objectif-libre.com>
Change-Id: I21184872d1eb3838adc47fe9027de12a1702465d
cinder/volume/drivers/san/hp/hpmsa_client.py [new file with mode: 0644]
cinder/volume/drivers/san/hp/hpmsa_common.py [new file with mode: 0644]
cinder/volume/drivers/san/hp/hpmsa_fc.py [new file with mode: 0644]
cinder/volume/drivers/san/hp/hpmsa_iscsi.py [new file with mode: 0644]