d418b5f245
Currently we can get instance usage audit logs via Nova API, and the docs also update for it. It is necessary to add that to our client and CLI. This patch adds the following command. nova instance-usage-audit-log [--before <before>] Co-Authored-by: Takashi Natsume <natsume.takashi@lab.ntt.co.jp> Change-Id: I4ef8e40c322f1768ee1b5e01e9681cab0e2804bd
9 lines
368 B
YAML
9 lines
368 B
YAML
---
|
|
features:
|
|
- Added new client API and CLI (``nova instance-usage-audit-log``)
|
|
to get server usage audit logs.
|
|
By default, it lists usage audits for all servers on all
|
|
compute hosts where usage auditing is configured.
|
|
If you specify the ``--before`` option, the result is filtered
|
|
by the date and time before which to list server usage audits.
|