]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Refactor huawei Dorado array iSCSI driver
authorzhangchao010 <zhangchao010@huawei.com>
Sat, 31 Aug 2013 02:23:35 +0000 (10:23 +0800)
committerGerrit Code Review <review@openstack.org>
Tue, 3 Sep 2013 02:53:50 +0000 (02:53 +0000)
commit1a2a692b79cefd1fc7e743e8e616292107afacdf
tree7d9f0fcd537d63bc49eda254d4dc69c35744a48a
parent17c4fd71038b0603bf4f0035e46fc0ff1bc517f7
Refactor huawei Dorado array iSCSI driver

This is the second patch, changes as follows:
1.Add ISCSIDriver for Dorado arrays. The ISCSIDriver inherit from T.
1.Add a common class DoradoCommon for both FC and iSCSI drivers. The common class
inherit from T common for they have many common functions.
2.Add unit test for Dorado drivers.

Change-Id: I7ff2cc1e0d058b7a3d9e55644769ec74075f962f
cinder/tests/test_huawei_t_dorado.py
cinder/volume/drivers/huawei/__init__.py
cinder/volume/drivers/huawei/huawei_dorado.py [new file with mode: 0644]
cinder/volume/drivers/huawei/ssh_common.py