openstacksdk/releasenotes/notes/baremetal-wait-e4571cdb150b188a.yaml
Dmitry Tantsur f4fa6fabba baremetal: raise more specific ResourceFailure in wait_for_* methods
Raising a generic SDKException makes it harder to distinguish them
from other failures. Also add missing docstrings.

Change-Id: I576469b0bdb664512ce9d34d5217329f3fa62b64
2019-06-07 11:27:21 +02:00

8 lines
273 B
YAML

---
fixes:
- |
The baremetal calls ``wait_for_nodes_provision_state``,
``wait_for_allocation`` and the baremetal introspection call
``wait_for_introspection`` now raise ``ResourceFailure`` on reaching
an error state instead of a generic ``SDKException``.