openstacksdk/releasenotes/notes/node-boot-devices-2ab4991d75a2ab52.yaml
Stephen Finucane d1384a98f7 baremetal: Add Node boot_device methods
Add Node.get_node_boot_device and Node. get_node_supported_boot_devices.
These were both missing previously.

Change-Id: Ie13ea2e50691298888fac37b6261d0a1d69fb8f1
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-12-14 15:45:49 +00:00

9 lines
232 B
YAML

---
features:
- |
Adds ``get_boot_device`` and ``get_supported_boot_devices`` to
``openstack.baremetal.v1.Node``.
- |
Adds ``get_node_boot_device`` and ``get_node_supported_boot_devices``
to the baremetal Proxy.