summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorint32bit <krystism@gmail.com>2016-12-10 12:12:41 +0800
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-01-29 07:39:27 +0900
commitd418b5f245f4cef4d35b8795aa6af8b98cd60141 (patch)
tree8c8c176de48623599f6b35191f8fd37c50b7f2f7 /releasenotes
parentbeb90ec793dff9e55e67d4ebe80d3f87ec2f0dce (diff)
downloadpython-novaclient-d418b5f245f4cef4d35b8795aa6af8b98cd60141.tar.gz
Add CLI to show instance usage audit logs
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/show-instance-usage-audit-logs-7826b411fac1283b.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/show-instance-usage-audit-logs-7826b411fac1283b.yaml b/releasenotes/notes/show-instance-usage-audit-logs-7826b411fac1283b.yaml
new file mode 100644
index 00000000..57abbd30
--- /dev/null
+++ b/releasenotes/notes/show-instance-usage-audit-logs-7826b411fac1283b.yaml
@@ -0,0 +1,8 @@
+---
+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.