Merge "Fix inconsistency (nit)"

This commit is contained in:
Zuul 2018-08-13 14:03:17 +00:00 committed by Gerrit Code Review
commit 130da80eee
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.