summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPavel Shkitin <pshkitin@griddynamics.com>2011-10-05 16:25:31 +0400
committerPavel Shkitin <pshkitin@griddynamics.com>2011-10-14 14:51:50 +0400
commit0ce3f979102b074e79ab18d5449132fc6b010135 (patch)
tree720ce84d37bf3534bd82ece20ec4c68513101a0c /README.rst
parent16b083ddca71d60ec1745e9961441667b16204be (diff)
downloadpython-novaclient-0ce3f979102b074e79ab18d5449132fc6b010135.tar.gz
Added commands to work with keypairs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1916a79b..9c4a0f95 100644
--- a/README.rst
+++ b/README.rst
@@ -92,6 +92,9 @@ You'll find complete documentation on the shell by running
ipgroup-delete Delete an IP group.
ipgroup-list Show IP groups.
ipgroup-show Show details about a particular IP group.
+ keypair-add Create a new key pair for use with instances
+ keypair-delete Delete keypair by its id
+ keypair-list Show a list of keypairs for a user
list List active servers.
migrate Migrate a server to a new host in the same zone.
reboot Reboot a server.
@@ -113,6 +116,7 @@ You'll find complete documentation on the shell by running
zone-info Show the capabilities for this Zone.
zone-list List all the immediate Child Zones.
+
Optional arguments:
--username USERNAME Defaults to env[NOVA_USERNAME].
--apikey APIKEY Defaults to env[NOVA_API_KEY].