Remove legacy driver name mappings

We have a mechanism to allow loading the correct volume driver even
if the driver was renamed or moved but the deployment did not update
their config to the new location. This removed driver mappings that
have been changed over two releases.

Change-Id: I943f54c9225c7969122b9686bf90ab3583cac83a
This commit is contained in:
Sean McGinnis 2017-09-27 09:37:03 -05:00
parent 13e5834212
commit f42a60fcf0
1 changed files with 0 additions and 6 deletions

View File

@ -148,12 +148,6 @@ CONF.register_opts(volume_manager_opts)
CONF.register_opts(volume_backend_opts, group=config.SHARED_CONF_GROUP)
MAPPING = {
'cinder.volume.drivers.hds.nfs.HDSNFSDriver':
'cinder.volume.drivers.hitachi.hnas_nfs.HNASNFSDriver',
'cinder.volume.drivers.hitachi.hnas_nfs.HDSNFSDriver':
'cinder.volume.drivers.hitachi.hnas_nfs.HNASNFSDriver',
'cinder.volume.drivers.ibm.xiv_ds8k':
'cinder.volume.drivers.ibm.ibm_storage',
'cinder.volume.drivers.emc.scaleio':
'cinder.volume.drivers.dell_emc.scaleio.driver',
'cinder.volume.drivers.emc.vnx.driver.EMCVNXDriver':