]> 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>
Tue, 16 Jun 2015 03:56:53 +0000 (09:26 +0530)
commit7f7f13bcac84d0086110a82306832bc5453be0d9
tree9c34d3492f0284d1e4bf09dd0b3a34840b601be5
parenteebc694df2afa517e99177aa478abd342b4f7aff
Adds FC and ISCSI Cinder drivers for DotHill Storage Arrays

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

Co-Authored-By: Gauvain Pocentek<gauvain.pocentek@objectif-libre.com>
Co-Authored-By: Walter A. Boring IV<walter.boring@hp.com>
Change-Id: Iaf70ade96d4ad4234cc7e88277ed7b52cf458c2a
cinder/exception.py
cinder/tests/unit/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]