python-ironicclient/releasenotes/notes/multinode-actions-9f682ad5172f032f.yaml
Dmitry Tantsur 0fd4c65803 Allow several nodes for most node actions
This saves the users from writing scripts with "-f value -c uuid" or
similar. It is also faster since OSC initialisation takes significant
time (up to several seconds).

Change-Id: I8ec6da97dc30d97764655b52b712c95f6c22c76a
2023-02-28 18:11:43 +01:00

9 lines
264 B
YAML

---
features:
- |
Most of the node action commands now support providing several nodes.
The nodes are processed sequentially, the process is stopped on first
failure.
- |
The ``wait_for_provision_state`` Python call now supports several nodes.