2e0cef2cb0
Adds support for rest API version 1.78, which covers the node history feature. Story: 2002980 Task: 43319 Change-Id: I6edbc38353a4b2f7b0a758108bc91cc9fb72a29d
10 lines
426 B
YAML
10 lines
426 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for API version ``1.78`` and "node history" functionality
|
|
allowing users to query a list of events, and retrieve a single history
|
|
event from a baremetal node.
|
|
- Adds ``get_history_list`` and ``get_history_event`` methods to the python
|
|
client library. These methods allow operators to query recorded node event
|
|
information from an ironic API, where supported and enabled.
|