summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-01-22 18:56:39 -0500
committerCole Robinson <crobinso@redhat.com>2012-01-24 15:32:34 -0500
commitc3b043be0e2309197776195ceb82d190aaa9046b (patch)
tree9bf8e38a211f4342644a64e7f15f89881e10d07d /README.rst
parentde9813c6c596243d920a2b7552189a29fecb2fb2 (diff)
downloadpython-novaclient-c3b043be0e2309197776195ceb82d190aaa9046b.tar.gz
Add a 'usage' module and 'usage-list' cli command
This module talks to the nova extenstion os-simple-tenant-usage, replacing the openstackx module currently used by horizon. v2: Fix some pep8 and style violations v4: Have usage-list default to including todays usage v5: Fix a HACKING violation Fix rebase conflicts Change-Id: Ica0b128c7b807b839abf23b4026e48bbee08b1be
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 8640d376..c6debc37 100644
--- a/README.rst
+++ b/README.rst
@@ -135,6 +135,7 @@ You'll find complete documentation on the shell by running
suspend Suspend a server.
unpause Unpause a server.
unrescue Unrescue a server.
+ usage-list List usage data for all tenants
volume-attach Attach a volume to a server.
volume-create Add a new volume.
volume-delete Remove a volume.