be5c99cd11
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
7 lines
288 B
YAML
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.
|