python-ironicclient/releasenotes/notes/osc-wait-option-for-provisioning-commands-b6f5b875d573c9c8.yaml
Michael Turek 09774ad3fc Add --wait to OSC provisioning commands
This change adds the --wait flag to all provisioning commands, except
for abort which is not supported.

Change-Id: I6182ff919e60053eb39e71e3be6b757c2d2c0f44
Closes-Bug: #1590752
Co-Authored-By: Mike Turek <mjturek@linux.vnet.ibm.com>
2017-01-24 15:46:30 -05:00

12 lines
485 B
YAML

---
features:
- |
Adds an option ``--wait [<time-out>]`` to all of the
OSC provisioning commands, except for abort which is not
supported. When specified, provisioning commands will
wait for the node to reach the desired state before
returning. An optional argument, time-out, can be specified
which will end the waiting after the specified amount of
time (in seconds). The default value for this timeout is
0, which means it will wait indefinitely.