17230af4ff
It is a quite low-level method that regular users should not use. This patch deprecates it in favor of new baremetal.wait_for_node_reservation. Change-Id: I071bdea02898cf911c2c018d014895c8a856524c
11 lines
327 B
YAML
11 lines
327 B
YAML
---
|
|
features:
|
|
- |
|
|
Added ``wait_for_node_reservation`` to the baremetal proxy.
|
|
deprecations:
|
|
- |
|
|
The `OpenStackCloud` ``wait_for_baremetal_node_lock`` call is deprecated.
|
|
Generally, users should not have to call it. The new
|
|
``wait_for_node_reservation`` from the baremetal proxy can be used when
|
|
needed.
|