summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
authorKen Pepple <ken.pepple@gmail.com>2011-04-07 11:22:31 -0700
committerKen Pepple <ken.pepple@gmail.com>2011-04-07 11:22:31 -0700
commitce5e102d0097f1b3f2322dc0d1ac1d0e5dea7f0a (patch)
tree24781e2b8fe7d103c5fbc7bfb3e1454c5d3f7f63 /doc/source
parentfcf358cacd8f993faaf64310307956686a7d330b (diff)
removed unused instance parameter from vm list ... as it is unused. added parameters to docstring for vm list.
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/man/novamanage.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/man/novamanage.rst b/doc/source/man/novamanage.rst
index 1d8446f08..b7688f0d8 100644
--- a/doc/source/man/novamanage.rst
+++ b/doc/source/man/novamanage.rst
@@ -240,6 +240,16 @@ Nova Images
Converts all images in directory from the old (Bexar) format to the new format.
+Nova VM
+~~~~~~~~~~~
+
+``nova-manage vm list [host]``
+ Show a list of all instances. Accepts optional hostname (to show only instances on specific host).
+
+``nova-manage live-migration <ec2_id> <destination host name>``
+ Live migrate instance from current host to destination host. Requires instance id (which comes from euca-describe-instance) and destination host name.
+
+
FILES
========