f4fa6fabba
Raising a generic SDKException makes it harder to distinguish them from other failures. Also add missing docstrings. Change-Id: I576469b0bdb664512ce9d34d5217329f3fa62b64
8 lines
273 B
YAML
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``.
|