00647dbb24
This change adds a new `fail` flag to the call. If set to False, the call will return a namedtuple (success, failure, timeout) with lists of nodes. Timeout and failure exceptions will not be raised. Change-Id: Ie20193ce51fcd5ce3ffd479143225bd1a1e8c94a
7 lines
207 B
YAML
7 lines
207 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds an ability for the bare metal ``wait_for_nodes_provision_state`` call
|
|
to return an object with nodes that succeeded, failed or timed out instead
|
|
of raising an exception.
|