]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix some message nits in the ZoneManager
authorJoe Cropper <jwcroppe@us.ibm.com>
Thu, 19 Feb 2015 05:55:04 +0000 (23:55 -0600)
committerJoe Cropper <jwcroppe@us.ibm.com>
Thu, 19 Feb 2015 17:23:38 +0000 (11:23 -0600)
commitf4f46e972004eca66e4751a836156c342e448621
tree1733904e9bb4f9fbe25b87e0dc4b2f1b74ab6da6
parent8bda008dd0594f006e21d2745b616a97d7119065
Fix some message nits in the ZoneManager

This patch addresses some nit comments I've received on some of the
ZoneManager's conf options (e.g., not documenting the valid zoning
strategies) and some other minor message format items.

Cleaned up some globalization items as well (% => ,).

Also fixed the UTs since they didn't work at all due to duplicate
opt errors based on the UT structure.

Change-Id: I84b55710bd8afe4fcdd539fcc49805ba88d13dc4
Closes-Bug: 1423450
cinder/tests/zonemanager/test_fc_zone_manager.py
cinder/tests/zonemanager/test_volume_driver.py
cinder/zonemanager/fc_san_lookup_service.py
cinder/zonemanager/fc_zone_manager.py
cinder/zonemanager/utils.py