09774ad3fc
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>
12 lines
485 B
YAML
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.
|