acf06a514a
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
9 lines
355 B
YAML
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.
|