File: add-node-history-b9b9beeb0200f185.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (9 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
---
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.