5be6226816
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
15 lines
510 B
YAML
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``.
|