Fix inconsistency (nit)

Word choice of description for "host-evacuate-live" is slightly
different from that in novaclient ("migrate of" instead of "migrate off").
https://github.com/openstack/python-novaclient/blob/master/doc/source/cli/nova.rst#nova-host-evacuate-live
They are supposed to be exactly the same, so use "migrate off" to
keep consistent.

Change-Id: Ie54c6ed83b6e9a3116e1832b3fb36dd80781366d
This commit is contained in:
Chen 2018-06-06 21:39:27 +08:00
parent c18f93bafe
commit 29ca9904fc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ get-vnc-console,console url show --novnc | --xvpvnc,Get a vnc console to a serve
host-action,,Perform a power action on a host.
host-describe,host show,Describe a specific host.
host-evacuate,,Evacuate all instances from failed host.
host-evacuate-live,,Live migrate all instances of the specified host to other available hosts.
host-evacuate-live,,Live migrate all instances off the specified host to other available hosts.
host-list,host list,List all hosts by service.
host-meta,,Set or Delete metadata on all instances of a host.
host-servers-migrate,,Cold migrate all instances off the specified host to other available hosts.

1 add-fixed-ip server add fixed ip Add new IP address on a network to server.
45 host-action Perform a power action on a host.
46 host-describe host show Describe a specific host.
47 host-evacuate Evacuate all instances from failed host.
48 host-evacuate-live Live migrate all instances of the specified host to other available hosts. Live migrate all instances off the specified host to other available hosts.
49 host-list host list List all hosts by service.
50 host-meta Set or Delete metadata on all instances of a host.
51 host-servers-migrate Cold migrate all instances off the specified host to other available hosts.