openstacksdk/releasenotes/notes/wait-provision-state-no-fail-efa74dd39f687df8.yaml
Dmitry Tantsur 00647dbb24 baremetal: fail-less mode for wait_for_nodes_provision_state
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
2020-03-12 12:02:19 +01:00

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.