cinder/releasenotes/notes/Zadara-newlayout-support-features-ffa20694c008ba86.yaml
Ratnakaram Rajesh 5be6226816 Update code layout and missing Zadara features
This patch changes following items of the Zadara driver:
- Changing the code layout of the Zadara driver.
- Using json format

This patch adds some missing features to the Zadara driver:
- Volume manage and unmanage
- Snapshot manage and unmanage
- List manageable volumes and snapshots
- Multiattach
- IPv6

Change-Id: I787e9e40c882e6ab252e10c239778019acb2e6c6
2021-03-18 20:22:32 +02:00

15 lines
510 B
YAML

---
features:
- |
Zadara VPSA Driver: Added support for cinder features volume manage,
snapshot manage, list manageable volumes, manageable snapshots, multiattach
and ipv6 support.
upgrade:
- |
The Zadara VPSA Driver has been updated to support json format
and reorganized with new code layout. The module path
``cinder.volume.drivers.zadara.ZadaraVPSAISCSIDriver`` should now be
updated to ``cinder.volume.drivers.zadara.zadara.ZadaraVPSAISCSIDriver``
in ``cinder.conf``.