]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add iSCSI multipath support for Huawei driver
authorchenzongliang <chenzongliang@huawei.com>
Thu, 4 Jun 2015 09:12:27 +0000 (17:12 +0800)
committerliuxinguo <liuxinguo@huawei.com>
Fri, 17 Jul 2015 05:30:54 +0000 (13:30 +0800)
commita1b50a0905aee41cb5c9fe8ac319e82b0081da20
tree7cb138811353254efda27a2a56de50fd33a2b956
parentdde1b685fba29a2c60188de79e8539ffc991b07f
Add iSCSI multipath support for Huawei driver

Update the Huawei18000ISCSIDriver to return lists of portals in
initialize connection instead of just choose a single one from
the list to return.

Also add _() translation markers at some place in this patch.

Co-Authored-By: Bob-OpenStack liuxinguo@huawei.com
Change-Id: I3f523a1f891e2407616a57d4507333fff45bd171
Implements: blueprint huawei-storage-iscsi-multipath-support
cinder/tests/unit/test_huawei_drivers.py
cinder/volume/drivers/huawei/constants.py
cinder/volume/drivers/huawei/huawei_driver.py
cinder/volume/drivers/huawei/rest_client.py