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

28 lines
643 B
ReStructuredText

openstack.baremetal.v1.Node
===========================
.. automodule:: openstack.baremetal.v1.node
The Node Class
--------------
The ``Node`` class inherits from :class:`~openstack.resource.Resource`.
.. autoclass:: openstack.baremetal.v1.node.Node
:members:
The ValidationResult Class
^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``ValidationResult`` class represents the result of a validation.
.. autoclass:: openstack.baremetal.v1.node.ValidationResult
:members:
The WaitResult Class
^^^^^^^^^^^^^^^^^^^^
The ``WaitResult`` class represents the result of waiting for several nodes.
.. autoclass:: openstack.baremetal.v1.node.WaitResult