openstacksdk/releasenotes/notes/baremetal-reservation-40327923092e9647.yaml
Dmitry Tantsur 17230af4ff Move wait_for_baremetal_node_lock to the baremetal proxy
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
2018-10-16 14:52:19 +02:00

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.