]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add support for z/VM driver.
authorYi Chun, Huang <hychuang@cn.ibm.com>
Thu, 29 May 2014 10:10:50 +0000 (06:10 -0400)
committerYi Chun, Huang <hychuang@cn.ibm.com>
Thu, 29 May 2014 10:10:50 +0000 (06:10 -0400)
commita517238af203c3a032298644312628f53004087d
treec7f840bc0f2a847ea267e419e3136ccdee890668
parent463467bedb47fcd13e121d36e481a632a1fce51f
Add support for z/VM driver.

Add 'FCP' into connection_info in initialize_connection
in order to support IBM z/VM hypervisors. This change only
because z/VM need FCP(fibre channel port) info while other
platform don't need it. It will not have side effect
to other platforms since they can safely ignore it.

Change-Id: Ib2d72969608a84a7a200b96da3eefb3ccc13a096
Closes-Bug: #1323993
cinder/volume/drivers/ibm/storwize_svc/__init__.py