Remove WindowsDriver mapping
The WindowsDriver was renamed to WindowsISCSIDriver in change I3877491463dce3d46f7ac0e194ffdf46a0e7c84c to avoid confusion with the Windows SMB driver. It has now been two release cycles and the backward compatibility mapping can now be removed. Change-Id: I602cccac73b6dc8d0b0824a5dffb0373c151452e Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
f68a0e80ed
commit
b428e25faf
@ -155,9 +155,11 @@ CONF = cfg.CONF
|
||||
CONF.register_opts(volume_manager_opts)
|
||||
CONF.register_opts(volume_backend_opts, group=config.SHARED_CONF_GROUP)
|
||||
|
||||
# MAPPING is used for driver renames to keep backwards compatibilty. When a
|
||||
# driver is renamed, add a mapping here from the old name (the dict key) to the
|
||||
# new name (the dict value) for at least a cycle to allow time for deployments
|
||||
# to transition.
|
||||
MAPPING = {
|
||||
'cinder.volume.drivers.windows.windows.WindowsDriver':
|
||||
'cinder.volume.drivers.windows.iscsi.WindowsISCSIDriver',
|
||||
}
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``WindowsDriver`` was renamed in the Queens release to
|
||||
``WindowsISCSIDriver`` to avoid confusion with the SMB driver. The
|
||||
backwards compatibility for this has now been removed, so any cinder.conf
|
||||
settings still using
|
||||
``cinder.volume.drivers.windows.windows.WindowsDriver`` must now be updated
|
||||
to use ``cinder.volume.drivers.windows.iscsi.WindowsISCSIDriver``.
|
Loading…
Reference in New Issue
Block a user