]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix ability to add custom volume_backend_name
authorWalter A. Boring IV <walter.boring@hp.com>
Fri, 3 May 2013 21:36:12 +0000 (14:36 -0700)
committerJohn Griffith <john.griffith@solidfire.com>
Tue, 7 May 2013 17:13:19 +0000 (11:13 -0600)
commit995a3100fcaa7eb445b2838c4b4799a482c817cc
tree2271b38160b4a3c45feabe077aee7caa3b652070
parent79b9582367402ecdf2fd0ed66ae67f63a18da49c
Fix ability to add custom volume_backend_name

This patch fixes the ability to set the volume_backend_name
for each driver.   The original bug was filed against LeftHand
and 3PAR, but several drivers exhibited a fixed backend name.

Fixes: bug #1175222
       bug #1172286

Change-Id: I4197f99bebd6ca8e4969795ae6edb537bc066c90
(cherry picked from commit 54a2ee48a4dc31cbf116b1e9d5add37efe66bc20)
13 files changed:
cinder/tests/test_hp3par.py
cinder/tests/test_rbd.py
cinder/volume/drivers/coraid.py
cinder/volume/drivers/emc/emc_smis_iscsi.py
cinder/volume/drivers/huawei/huawei_iscsi.py
cinder/volume/drivers/nexenta/volume.py
cinder/volume/drivers/rbd.py
cinder/volume/drivers/san/hp/hp_3par_common.py
cinder/volume/drivers/san/hp/hp_3par_fc.py
cinder/volume/drivers/san/hp/hp_3par_iscsi.py
cinder/volume/drivers/scality.py
cinder/volume/drivers/sheepdog.py
cinder/volume/drivers/xenapi/sm.py