Files
openstacksdk/doc/source/user/resources/baremetal/v1/node.rst
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

643 B

openstack.baremetal.v1.Node

openstack.baremetal.v1.node

The Node Class

The Node class inherits from ~openstack.resource.Resource.

openstack.baremetal.v1.node.Node

The ValidationResult Class

The ValidationResult class represents the result of a validation.

openstack.baremetal.v1.node.ValidationResult

The WaitResult Class

The WaitResult class represents the result of waiting for several nodes.

openstack.baremetal.v1.node.WaitResult