cinder/releasenotes/notes/remove-windows-mapping-51a004f466470a2b.yaml
Sean McGinnis b428e25faf
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>
2018-08-22 14:18:01 -05:00

10 lines
407 B
YAML

---
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``.