]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Implement Huawei SDSHypervisor driver
authorzhangni <zhangni@huawei.com>
Fri, 5 Dec 2014 02:57:45 +0000 (10:57 +0800)
committerzhangni <zhangni@huawei.com>
Wed, 17 Dec 2014 12:03:07 +0000 (20:03 +0800)
commit1a849a42645c053122b3aed779707d95e64194ea
tree406a3a5199f38ea5994b3cb86d67e20c3d169fa4
parentf6343dfc4fa460dc2e301e73b66c07f08826cd03
Implement Huawei SDSHypervisor driver

It uses socket and CLI to communicate with SDSHypervisor
to perform the following:
* Create/Delete Volume
* Extend Volume
* Create/Delete Snapshot
* Create Volume from Snapshot
* Delete Volume Snapshot
* Attach/Detach Volume
* Get Volume Stats
* Clone Volume

Certification test result for Huawei SDSHypervisor:
https://bugs.launchpad.net/cinder/+bug/1368064

Implements: blueprint huawei-sdshypervisor-driver
Change-Id: Ied72c5568875eae2387cf6271f31ddc5eebcc4bb
cinder/tests/test_huaweistorac.py [new file with mode: 0644]
cinder/volume/drivers/huaweistorhyper/__init__.py [new file with mode: 0644]
cinder/volume/drivers/huaweistorhyper/cinder_huawei_storac_conf.xml [new file with mode: 0644]
cinder/volume/drivers/huaweistorhyper/huaweistorac.py [new file with mode: 0644]
cinder/volume/drivers/huaweistorhyper/utils.py [new file with mode: 0644]
cinder/volume/drivers/huaweistorhyper/vbs_client.py [new file with mode: 0644]