openstacksdk/releasenotes/notes/node-create-027ea99193f344ef.yaml
Dmitry Tantsur 6e1b5e0ac1 baremetal: rework node creation to be closer to the backend
The proxy layer has been simplified to stay closer to the wire.
It no longer runs automated cleaning. The initial state of available
is implemented via using an old API version. The default state is
enroll (like in Ironic).

Change-Id: I2894c82d847f8a3dc6bdae1913cb72a1ca4b764b
2022-08-23 16:20:08 +02:00

10 lines
425 B
YAML

---
upgrade:
- |
Changes the baremetal ``create_node`` call to be closer to how Ironic
behaves. If no provision state is requested, the default state of the
current microversion is used (which usually means ``enroll``).
If the ``available`` state is requested, the node does not go through
cleaning (it won't work without creating ports), an old API version is
used to achieve this provision state.