File: osc-wait-option-for-provisioning-commands-b6f5b875d573c9c8.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (11 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
---
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.