tripleo-common/releasenotes/notes/ironic-api-version-latest-328a5894677f801d.yaml
Dmitry Tantsur acf06a514a Stop setting IRONIC_API_VERSION and OS_BAREMETAL_API_VERSION in overcloudrc
Starting with python-ironicclient 2.0.0, this is no longer needed to access
the latest features, as the default API version is now the latest version
supported by both the client and the server.

Change-Id: Icfc631484a500fd7730d807bcc0e87da62895187
Closes-Bug: #1671145
2017-11-24 14:55:15 +01:00

9 lines
355 B
YAML

---
upgrade:
- |
The environment variables ``IRONIC_API_VERSION`` and
``OS_BAREMETAL_API_VERSION`` are no longer set in ``overcloudrc``.
Starting with python-ironicclient 2.0.0 this will result in the latest
supported API version to be used. Scripts that rely on a particular API
version behavior must set these versions explicitly.