~jk0/nova/improve-pylint-scores

« back to all changes in this revision

Viewing changes to doc/source/man/novamanage.rst

  • Committer: Tarmac
  • Author(s): Ken Pepple
  • Date: 2011-04-10 16:57:32 UTC
  • mfrom: (950.2.5 lp753339)
  • Revision ID: tarmac-20110410165732-fdgnl7t0c8dbpa7y
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
 
241
241
    Converts all images in directory from the old (Bexar) format to the new format.
242
242
 
 
243
Nova VM
 
244
~~~~~~~~~~~
 
245
 
 
246
``nova-manage vm list [host]``
 
247
    Show a list of all instances. Accepts optional hostname (to show only instances on specific host).
 
248
 
 
249
``nova-manage live-migration <ec2_id> <destination host name>``
 
250
    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).
 
251
 
 
252
 
243
253
FILES
244
254
========
245
255