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.
This commit is contained in:
@@ -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
|
||||
========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user