]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add Fibre Channel drivers for Huawei storage systems
authorzhangchao010 <zhangchao010@huawei.com>
Sat, 31 Aug 2013 02:24:43 +0000 (10:24 +0800)
committerGerrit Code Review <review@openstack.org>
Tue, 3 Sep 2013 02:54:05 +0000 (02:54 +0000)
commit14dc194af688a18b254aea761beb586214c56224
tree90f0aa1d5d6ea8d5ac3dcdfcb02890880f83575d
parent1a2a692b79cefd1fc7e743e8e616292107afacdf
Add Fibre Channel drivers for Huawei storage systems

This is the third patch, changes as follows:
1.Add Fibre Channel drivers for huawei OceanStor T series and Dorado
series arrays. Dorado FC driver inherits codes from FC driver of T.
The FC drivers call module ssh_common which has been defined in
the preview patch: https://review.openstack.org/#/c/41721/
2.Add unit test for the changes.

Implements: blueprint huawei-fibre-channel-volume-driver
Change-Id: Iee20d9746004b57777a7161827b4a23cb10f0859
cinder/tests/test_huawei_t_dorado.py
cinder/volume/drivers/huawei/__init__.py
cinder/volume/drivers/huawei/huawei_dorado.py
cinder/volume/drivers/huawei/huawei_t.py