python-ironicclient/releasenotes/notes/add-chassis_uuid-removal-possibility-5bc0bc3a7953eaa5.yaml
Vasyl Saienko 4e359baf4d OSC add capability to remove node/chassis_uuid
Allow to unset the field chassis_uuid from a node using the
'openstack baremetal node unset --chassis-uuid <node_uuid>'
command.
Bump last known API version to 1.25

Change-Id: Ifd82bc58667d0958fc5007b3562437b34b12a620
Related-Bug: #1563263
2016-11-14 11:40:34 +02:00

6 lines
155 B
YAML

---
features:
- Add possibility to remove chassis_uuid for node by adding
'--chassis-uuid' argument to 'openstack baremetal node unset'
command.