cinder/releasenotes/notes/rename-windows-iscsi-a7b0ca62a48c1371.yaml
Lucian Petrut 0914b850f9 Rename 'WindowsDriver' to 'WindowsISCSIDriver'
This was the first Cinder Volume driver available on Windows,
for which reason it was simply called 'WindowsDriver'.

As we've added another driver available on Windows, the SMB driver,
this has caused quite some confusion.

For this reason, we're now renaming it to 'WindowsISCSIDriver'.
The new location will be:
    cinder.volume.drivers.windows.iscsi.WindowsISCSIDriver

Change-Id: I3877491463dce3d46f7ac0e194ffdf46a0e7c84c
2018-01-19 14:10:03 +02:00

6 lines
161 B
YAML

---
upgrade:
- |
The Windows iSCSI driver has been renamed. The updated driver location
is ``cinder.volume.drivers.windows.iscsi.WindowsISCSIDriver``.