sushy-tools/releasenotes/notes/add-volume-resource-db795af928e41e5c.yaml
Varsha fa70fbcb18 Add Volume resource support
This change adds basic Redfish Volumes resource support to the
dynamic Redfish emulator. The Volumes are emulated as persistant
mocks backed by the libvirt volumes from the libvirt virtualization
backend.

Change-Id: If99d438c07f8a37280b1c480dcdc40510283c6d9
2019-09-05 18:42:16 +05:30

14 lines
504 B
YAML

---
features:
- |
Adds Volume resource emulation support.
As of this release, a user can configure a collection of Volumes including
the VolumeType and Capacity. The configured volumes will appear as libvirt
volumes in the libvirt virtualization backend of the dynamic Redfish
emulator (provided the libvirt pool specified for the volume exists).
Volume creation via POST request is also supported.
In case the Openstack backend is used, the NotSupportedError is raised.