]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix ISER scan retry option
authorEric Harney <eharney@redhat.com>
Tue, 27 May 2014 14:11:53 +0000 (10:11 -0400)
committerEric Harney <eharney@redhat.com>
Tue, 27 May 2014 16:24:42 +0000 (12:24 -0400)
commit571ac18e7c4109fc9728a0ee27f04887f1d8aeea
tree9565d901a42c547177333dc11788b068c4684dc7
parent069f135f86f2c509afc789ab349da3e1e709e520
Fix ISER scan retry option

The 'num_iscsi_scan_tries' option was renamed to
'num_volume_device_scan_tries'.

Remove it from the test where the deprecated name is
referenced since it is not used there anyway.

Fix the ISER driver to set the new config field rather than the
old one.  Presumably this made the num_iser_scan_tries option
not work since only the new field is passed to the brick
connector.

Closes-Bug: #1323741

Change-Id: I13ac4cce10894b541054fbda719bbc5fd555e3c1
cinder/tests/test_volume.py
cinder/volume/driver.py