144ce25e42
A continuation of previous patches adding support for node get and list calls to be able to overriden with an os_ironic_api_version keyword argument. Also adds a release note covering the prior patches in this series. Change-Id: I870540a23555e6ae37659452f727872d9d7882a3 Related-Bug: #1739440 Story: #2001870 Task: #14325
12 lines
459 B
YAML
12 lines
459 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for ``NodeManager.set_provision_state``,
|
|
``NodeManager.update``, ``NodeManager.get``, and ``NodeManager.list``
|
|
to accept an ``os_ironic_api_version`` keyword argument to override
|
|
the API version for that specific call to the REST API.
|
|
|
|
When overridden, the API version is not preserved, and if an unsupported
|
|
version is requested from the remote API, an ``UnsupportedVersion``
|
|
exception is raised.
|