tripleo-common/releasenotes/notes/ironic-api-version-pike-4264d815385cba7a.yaml
Dmitry Tantsur 2d901c6365 Bump the default bare metal (ironic) API version in the overcloud to 1.34
This is the latest Pike API version, and it allows access to all new features
to the users of the client. No breaking changes were made to the API since Ocata.

Also issue a deprecation release note to inform the users that ironicclient will
change the default API version to latest, and we will follow this change for
the overcloud.

Depends-On: I3f8fbd38bb81930f8b5771faaef6005e689f4f26
Closes-Bug: #1706408
Change-Id: I4a5787effd3a3e62e6c16748f10471e3b0f6360f
2017-07-28 11:31:25 +02:00

14 lines
603 B
YAML

---
upgrade:
- |
The default bare metal API version used by the overcloud was bumped
to 1.34, which is latest API version supported by Pike ironicclient.
deprecations:
- |
In the Queens release ironicclient will start defaulting to the latest
supported bare metal API version, instead of the lowest. After that,
we will stop pinning the bare metal API version in ``overcloudrc``.
All scripts that rely on a specific version should set it explicitly via
either ``OS_BAREMETAL_API_VERSION`` environment variable or
``--os-baremetal-api-version`` command line argument.