]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add HUAWEI volume driver in Cinder
authorzhangchao010 <zhangchao010@huawei.com>
Tue, 19 Feb 2013 03:39:25 +0000 (11:39 +0800)
committerjohn-griffith <john.griffith@solidfire.com>
Wed, 20 Feb 2013 18:15:46 +0000 (11:15 -0700)
commit74d1add5b7181b75ca4eb564028e8e07c0c48030
treee17cc9382c4d60e580f1e892c3660f6be520e9df
parente1815e867344d0eee0304c5bb19de98f0dcfc1c5
Add HUAWEI volume driver in Cinder

This is an iSCSI driver.It supports HUAWEI OceanStor T and
Dorado series storage systems.The driver communicates with
storage systems based on SSH.

Implements: blueprint huawei-volume-driver
Change-Id: Ib3fd8ff636106e751789f6367a5b57bdaab316f4
cinder/tests/test_huawei.py [new file with mode: 0644]
cinder/volume/drivers/huawei/__init__.py [new file with mode: 0644]
cinder/volume/drivers/huawei/cinder_huawei_conf.xml.sample [new file with mode: 0644]
cinder/volume/drivers/huawei/huawei_iscsi.py [new file with mode: 0644]