summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2011-10-11 04:07:08 +0000
committerAnthony Young <sleepsonthefloor@gmail.com>2011-10-11 04:07:08 +0000
commit4154b903646c9b52efbd956fb74479a3dff00df2 (patch)
treee5f9e9818af8617bd481384c907749991827e670 /README.rst
parent16b083ddca71d60ec1745e9961441667b16204be (diff)
downloadpython-novaclient-4154b903646c9b52efbd956fb74479a3dff00df2.tar.gz
Add cli for floating ips
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1916a79b..49ce67bc 100644
--- a/README.rst
+++ b/README.rst
@@ -71,6 +71,7 @@ You'll find complete documentation on the shell by running
Positional arguments:
<subcommand>
add-fixed-ip Add a new fixed IP address to a servers network.
+ add-floating-ip Add a floating IP address to a server.
backup Backup a server.
backup-schedule Show or edit the backup schedule for a server.
backup-schedule-delete
@@ -79,6 +80,9 @@ You'll find complete documentation on the shell by running
delete Immediately shut down and delete a server.
flavor-list Print a list of available 'flavors' (sizes of
servers).
+ floating-ip-create Allocate a floating IP to the current tenant.
+ floating-ip-delete De-allocate a floating IP from the current tenant.
+ floating-ip-list List allocated floating IPs for the current tenant.
help Display help about this program or one of its
subcommands.
image-create Create a new image by taking a snapshot of a running
@@ -97,6 +101,7 @@ You'll find complete documentation on the shell by running
reboot Reboot a server.
rebuild Shutdown, re-image, and re-boot a server.
remove-fixed-ip Remove an IP address from a server.
+ remove-floating-ip Remove a floating IP address from a server.
rename Rename a server.
rescue Rescue a server.
resize Resize a server.