]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Return multiple iSCSI portals in VNX Cinder driver
authorTina <tina.tang@emc.com>
Wed, 5 Aug 2015 03:15:03 +0000 (23:15 -0400)
committerTina <tina.tang@emc.com>
Thu, 20 Aug 2015 21:24:18 +0000 (17:24 -0400)
commitcab08ef256e91566077d2e4ec792b68665dc7780
treee572da03308a214a36e58ff88e9cb6879c3521bf
parent5671286a60ac879df41b2733a2f902df6352add3
Return multiple iSCSI portals in VNX Cinder driver

Return multiple iSCSI portals (using keys target_portals, target_iqns
and target_luns) in VNX Cinder driver whether the multipath option
is used or not. A single portal is continuously being returned in
target_portal, target_iqn and target_lun for drivers other than
libvirt driver.

Change-Id: Ibfd989d10a65a3b87647f3d7a4ff3596d822eec9
Closes-Bug: #1482017
cinder/tests/unit/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_vnx_cli.py