]> 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)
committerWalter A. Boring IV <walter.boring@hp.com>
Mon, 6 May 2013 17:51:15 +0000 (10:51 -0700)
commit54a2ee48a4dc31cbf116b1e9d5add37efe66bc20
tree6cc1ca85b3b327603e48dfc20ddb0a738216dbd5
parent822cda06ca664e87ff01c8a184d5744a424f7315
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
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