diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-04-10 16:57:32 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-04-10 16:57:32 +0000 |
| commit | 50f3f759468fa549b686dcef98633946163588e6 (patch) | |
| tree | 324e8a0da7f2ae99efe5a5be6349949ba49fc8b4 /doc/source | |
| parent | 1617d27020e45ab587ef75a8e74d76dfe82df861 (diff) | |
| parent | 5632baa79da2164457f75a240c5c497027c49fca (diff) | |
resolved lazy_match conflict between bin/nova-manage instance and instance_type by moving instance subcommand under vm command. documented vm command in man page. removed unused instance_id from vm list subcommand.
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/man/novamanage.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/man/novamanage.rst b/doc/source/man/novamanage.rst index 1d8446f08..9c54f3608 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 (which can be found from nova-manage service list). + + FILES ======== |
