Files
openstacksdk/releasenotes/notes/add-vmedia-support-20494ed415e5b32b.yaml
Stephen Finucane 873e5a899e Add virtual media attachment and detachment support
This change introduces methods for attaching and detaching virtual media
devices to/from nodes, enhancing the capabilities of the baremetal API.

Changes include:

- Added `VMEDIA_VERSION` constant in `_common.py` for API versioning.
- Introduced `attach_vmedia` and `detach_vmedia` methods in the `Node`
  class.
- Added `attach_vmedia_to_node` and `detach_vmedia_from_node` methods in
  the `Proxy` class.
- Added unit and functional test for the features.

Change-Id: Id41d45ad78b07f8ce9cca92444e1603f3882fe53
2025-04-04 16:31:33 +01:00

5 lines
89 B
YAML

---
features:
- |
Implements virtual media attach/detach API for bare metal nodes.