summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-05 16:53:53 +0000
committerGerrit Code Review <review@openstack.org>2018-02-05 16:53:53 +0000
commit5de74bef5c67f08811ab0c166df0230b01e4ed8a (patch)
treeb838d9cda69dabd72115b021978d0a7ba88e3399 /releasenotes
parent68877e995973e0a78d8ea501b4c19e64b720e7e8 (diff)
parentd418b5f245f4cef4d35b8795aa6af8b98cd60141 (diff)
downloadpython-novaclient-5de74bef5c67f08811ab0c166df0230b01e4ed8a.tar.gz
Merge "Add CLI to show instance usage audit logs"
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.