]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Enhance FC zone support for Huawei driver
authorLiu Xinguo <295988511@qq.com>
Tue, 14 Jul 2015 14:36:57 +0000 (22:36 +0800)
committerSean Dague <sean@dague.net>
Mon, 31 Aug 2015 18:13:24 +0000 (18:13 +0000)
commitb7ffc2b70c6d2af064e00160dfd7abe2e5376513
tree34b26de38d4bdf8a87d3ddf449061f5a9ecf9714
parent30cd678b57a5d8d87f06b2dc9a2707e04b1b806e
Enhance FC zone support for Huawei driver

Currently, when using FC switch, there are manual operations
necessary to enable the Huawei driver to work. This change
makes it so those manual operations are no longer required
any more. Huawei driver can choose the appropriate
FC ports and manage FC zone automatically.

(Pulled from gate, cinder can no longer pass unit tests)

Implements: blueprint huawei-driver-fc-zone-enhancement
Change-Id: Iabdbf294074f68f0f3a01860cc43a486af91d3ba
cinder/tests/unit/test_huawei_drivers.py
cinder/volume/drivers/huawei/constants.py
cinder/volume/drivers/huawei/fc_zone_helper.py [new file with mode: 0644]
cinder/volume/drivers/huawei/huawei_driver.py
cinder/volume/drivers/huawei/huawei_utils.py
cinder/volume/drivers/huawei/rest_client.py