2d901c6365
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
14 lines
603 B
YAML
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.
|