python-ironicclient/releasenotes/notes/version-overrides-4e9ba1266a238c6a.yaml
Julia Kreger 144ce25e42 Add microversion override for get and list
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
2018-06-12 08:34:50 -07:00

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.