ironic/releasenotes/notes/add-chassis_uuid-removal-possibility-8b06341a91f7c676.yaml
Aline Bousquet 1f61654019 Add possibility to remove chassis_uuid from a node
Allow to unset the field "chassis_uuid" from a node using the "ironic
node-update <node_uuid> remove chassis_uuid" command.
The API version has been bumped to 1.25.

Change-Id: I1c8406f83f9d240ede99b0458c5e8b6967f2e37a
Closes-Bug: #1563263
2016-11-10 16:19:44 +00:00

5 lines
169 B
YAML

---
features:
- Adds support for removing the chassis UUID associated with a node (via
PATCH /v1/nodes/<ident>). This is available starting with API version 1.25.