9ab4193ea3
This updates the release notes to: - indicate that we changed the default API version from '1.9' to 'latest' - use the term 'Bare Metal API version' as opposed to 'ironic API version' Change-Id: Idf22673d8b73643393e2f15fa7bd9d8bd39368e5
10 lines
413 B
YAML
10 lines
413 B
YAML
---
|
|
fixes:
|
|
- |
|
|
When using ``--os-baremetal-api-version=latest`` (for ``openstack
|
|
baremetal`` CLI) or ``--ironic-api-version=latest`` (for ``ironic`` CLI),
|
|
the resulting API version
|
|
is now the maximum API version supported by both the client and the server.
|
|
Previously, the maximum API version supported by the client was used,
|
|
which prevented ``latest`` from working with older servers.
|