From c3b043be0e2309197776195ceb82d190aaa9046b Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sun, 22 Jan 2012 18:56:39 -0500 Subject: 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 --- README.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'README.rst') 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. -- cgit v1.2.1