python-ironicclient/releasenotes/notes/add-parent-node-support-450b111533c82440.yaml
Julia Kreger b57429ffdb Add support for parent node
- Updates the API client version to 1.83
- Adds support to get/set/update a parent_node value on a node.
- Adds support to ask the API for a list of nodes which related.
- Adds support to filter query list by parent_node as well.

Change-Id: Iea24e96f0360c6e5ac61cb57ab0c6f5d47c57f2b
2023-07-28 10:41:46 -07:00

9 lines
259 B
YAML

---
features:
- |
Increments the maximum API version to ``1.83`` which allows the Node field
``parent_node`` to become visible.
- |
Adds client support to allow users to get, set, and update the
``parent_node`` field on a bare metal node.