summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2013-05-14 21:47:10 +0800
committerShane Wang <shane.wang@intel.com>2013-05-15 15:55:27 +0800
commit3c97f768e5e175c1f2217be9d976fee8cbdca58b (patch)
tree19fc39dc70ffa9fb03369da01f573141c3898b12 /README.rst
parent075e9ca76ec67eb3b95fc068a60be1ee070114ed (diff)
downloadpython-novaclient-3c97f768e5e175c1f2217be9d976fee8cbdca58b.tar.gz
Cleanup some flavor commands
Some cleanups include: - Add flavor sub-commands into README.rst - Check flavor ID when creating a flavor - Remove check_uuid_like() because it isn't used - Remove parameter cs in some _print_XXX functions because cs is not used Change-Id: If47ce557d33db05f53e382f0670f436e05a340b7 Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 6a4fcde1..ed4dc96b 100644
--- a/README.rst
+++ b/README.rst
@@ -109,10 +109,16 @@ You'll find complete documentation on the shell by running
endpoints Discover endpoints that get returned from the
authenticate services
evacuate Evacuate a server from failed host
- flavor-create Create a new flavor
- flavor-delete Delete a specific flavor
+ flavor-create Create a new flavor.
+ flavor-delete Delete a specific flavor.
flavor-list Print a list of available 'flavors' (sizes of
servers).
+ flavor-show Show details about the given flavor.
+ flavor-key Set or unset extra_spec for a flavor.
+ flavor-access-list Print access information about the given flavor.
+ flavor-access-add Add flavor access for the given tenant.
+ flavor-access-remove
+ Remove flavor access for the given tenant.
floating-ip-create Allocate a floating IP for the current tenant.
floating-ip-delete De-allocate a floating IP.
floating-ip-list List floating ips for this tenant.