57e4614c16
Due to how microversioning works in the Ironic client, it is not possible to use API features introduced in API version 1.10 and later from Mistral, as the default version is 1.9 (mid-Liberty). This change bumps the required API version to 1.22 (Newton final). See the following link for the full API version history: http://docs.openstack.org/developer/ironic/dev/webapi-version-history.html Change-Id: I1c605fc00efe5fe8956d6547ea5e85e6e1172c9b
11 lines
472 B
YAML
11 lines
472 B
YAML
---
|
|
features:
|
|
- It is now possible to use the Bare metal (Ironic) API features introduced
|
|
in API version 1.10 to 1.22.
|
|
upgrade:
|
|
- Required Ironic API version was bumped to '1.22' (corresponding to Ironic
|
|
6.2.0 - Newton final release).
|
|
- Due to the default Ironic API version change to '1.22', new bare metal
|
|
nodes created with 'node_create' action appears in "enroll" provision state
|
|
instead of "available". Please update your workflows accordingly.
|