python-ironicclient/releasenotes/notes/latest-baremetal-api-version-a20e3099e3b97a1b.yaml
Galyna Zholtkevych be5c99cd11 Support --os-baremetal-api-version latest
For OSC commands, the --os-baremetal-api-version
optional argument does not have the value 'latest'.
Unlike the ironic CLI osc_lib does not support passing
'latest', so this is replaced by latest known API version
which is used in requests to the Bare Metal service.

Change-Id: Id98d1ab4b6dd1fdfb41d3a4fdd384baf75e69d6f
Closes-Bug: #1657502
2017-01-25 19:15:24 +02:00

7 lines
288 B
YAML

---
features:
- For OSC commands, the --os-baremetal-api-version optional argument
(or OS_BAREMETAL_API_VERSION environment variable) can have the
value 'latest'. If set to 'latest', the latest API version known by client
will be used in requests to the Bare Metal service.