]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
FCZM fix reading of cinder config entries
authorWalter A. Boring IV <walter.boring@hp.com>
Tue, 24 Feb 2015 16:23:03 +0000 (08:23 -0800)
committerWalter A. Boring IV <walter.boring@hp.com>
Tue, 24 Feb 2015 16:33:52 +0000 (08:33 -0800)
commitef63d75db7181a79933b207fbb1ba8b0e7a1c0a7
treee7424a6b3b13dc589abba45fbc8019b40403d64f
parente1c7d9a32f0fb2c384c2e894b869c7b49a23ad4e
FCZM fix reading of cinder config entries

The zone manager and the lookup service had some cruft code that
was incorrectly reading the cinder.conf sections it needed.
When cinder.conf was configured to use the Cisco driver, the zone
manager would never see it, because it was reading from the wrong
section of cinder.conf.

Change-Id: I4a48bc39e55d4b7e9a149a3ec3aa3947980360ea
Closes-Bug: 1424852
cinder/zonemanager/fc_san_lookup_service.py
cinder/zonemanager/fc_zone_manager.py
cinder/zonemanager/utils.py