6e1b5e0ac1
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
10 lines
425 B
YAML
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.
|