]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fixed data copy issue of volume/driver.py
authorEiichi Aikawa <aikawa@mxk.nes.nec.co.jp>
Mon, 19 May 2014 23:43:13 +0000 (08:43 +0900)
committerEiichi Aikawa <aikawa@mxk.nes.nec.co.jp>
Tue, 24 Jun 2014 04:35:43 +0000 (13:35 +0900)
commit4484674839b0a31bd58697af01c598cd7b83c95b
treeef9f550767127ef3111f505e0cec41b4b6bc1f76
parente8be1f82a82efec8930dae9a3cbf3d0ebe0b6cfe
Fixed data copy issue of volume/driver.py

I found data copy issue on __init__ of ISERDriver class.
Some settings for iser should be copied to iscsi's.
But iser_port value was copied not to iscsi_port but to iser_port.
This patch will fix this issue as to be copied to iscsi_port.

Change-Id: I7621e690396049aabf3ced331e633158f45067f4
cinder/volume/driver.py