]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove legacy config option 'connection_type'
authorZhiteng Huang <zhithuang@ebaysf.com>
Wed, 8 Jan 2014 03:22:25 +0000 (11:22 +0800)
committerZhiteng Huang <zhithuang@ebaysf.com>
Wed, 8 Jan 2014 09:37:27 +0000 (17:37 +0800)
commitfce28fe9ce246fa9f2e1fc9946efacf207485260
treece61a573da6ddf25858d2389e2d409d9b35f2a1a
parent40a7da8c3f6f0d53e9fe1e5d29c0ddfe07208dee
Remove legacy config option 'connection_type'

'connection_type' is a legacy config option originated from Nova.
Nova used this option to specify underlying virtualization type for
compute service and had deprecated it (with 'compute_driver') in
Folsom and had it removed in later release.  In Cinder Folsom release,
the XenSMDriver in Cinder used this config option to verify the target
hypervisor but in Grizzly XenSMDriver has been renamed and refactored
and no longer used this config.  Therefore, this option is dead for
a long time, and should be removed.

Change-Id: I4d72f31302fa813df42e71224151148a9c4a76c7
cinder/common/config.py
cinder/tests/api/contrib/test_qos_specs_manage.py
cinder/tests/api/contrib/test_types_extra_specs.py
cinder/tests/api/contrib/test_types_manage.py
cinder/tests/api/contrib/test_volume_type_encryption.py
cinder/tests/conf_fixture.py
cinder/tests/test_backup.py
cinder/tests/test_volume.py
cinder/tests/test_volume_utils.py
etc/cinder/cinder.conf.sample