summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-01-19 19:57:04 -0500
committerCole Robinson <crobinso@redhat.com>2012-01-24 17:33:16 -0500
commit65eb4a9fb28a637dcc6408916398d15d8fc6a3fd (patch)
tree8b3c3de55fe894b8203328b4fd57012808b357d9 /README.rst
parentc3b043be0e2309197776195ceb82d190aaa9046b (diff)
downloadpython-novaclient-65eb4a9fb28a637dcc6408916398d15d8fc6a3fd.tar.gz
Add flavor create/delete support
Makes use of the new nova module for flavor creation/deletion (still under review at https://review.openstack.org/#change,3197 tests and cli commands added. v2: Fix tests Fix pep8 violations v3: Drop unused import v4: Usage defaults to end date 'tomorrow' v5: Undo unintentional change v6: Drop useless comment Fix meta var name for flavor-delete command Change-Id: I14baa02d5cbe5eaf17875c285c993508b1671a13
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c6debc37..834ab7d4 100644
--- a/README.rst
+++ b/README.rst
@@ -83,6 +83,8 @@ You'll find complete documentation on the shell by running
Delete the backup schedule for a server.
boot Boot a new server.
delete Immediately shut down and delete a server.
+ flavor-create Create a new flavor
+ flavor-delete Delete a specific flavor
flavor-list Print a list of available 'flavors' (sizes of
servers).
floating-ip-create Allocate a floating IP to the current tenant.