]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adds FC and ISCSI Cinder drivers for Lenovo Storage Arrays
authornikeshm <Nikesh.Mahalaka@dothill.com>
Wed, 3 Jun 2015 03:19:45 +0000 (08:49 +0530)
committernikeshm <Nikesh.Mahalaka@dothill.com>
Tue, 16 Jun 2015 23:58:28 +0000 (05:28 +0530)
commit3eee07595ee7a89e5a4787de5d2f4e517832e0ef
treec503021bdec62d2909cbeef1b43790c909285a09
parent7f7f13bcac84d0086110a82306832bc5453be0d9
Adds FC and ISCSI Cinder drivers for Lenovo Storage Arrays

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

Change-Id: Ica8631d6954898dbd90a71cc78625bb2aa3b5632
Co-Authored-By: Gauvain Pocentek<gauvain.pocentek@objectif-libre.com>
Implements: blueprint lenovo-fc-iscsi-cinder-driver
cinder/volume/drivers/lenovo/__init__.py [new file with mode: 0644]
cinder/volume/drivers/lenovo/lenovo_client.py [new file with mode: 0644]
cinder/volume/drivers/lenovo/lenovo_common.py [new file with mode: 0644]
cinder/volume/drivers/lenovo/lenovo_fc.py [new file with mode: 0644]
cinder/volume/drivers/lenovo/lenovo_iscsi.py [new file with mode: 0644]