Merge "Fix inconsistency"

This commit is contained in:
Zuul 2018-07-19 22:58:12 +00:00 committed by Gerrit Code Review
commit 8b8f467681
2 changed files with 3 additions and 3 deletions

View File

@ -218,7 +218,7 @@ nova usage
Evacuate all instances from failed host. Evacuate all instances from failed host.
``host-evacuate-live`` ``host-evacuate-live``
Live migrate all instances of the specified Live migrate all instances off the specified
host to other available hosts. host to other available hosts.
``host-list`` ``host-list``
@ -1703,7 +1703,7 @@ nova host-evacuate-live
[--max-servers <max_servers>] [--force] [--max-servers <max_servers>] [--force]
<host> <host>
Live migrate all instances of the specified host to other available hosts. Live migrate all instances off the specified host to other available hosts.
**Positional arguments:** **Positional arguments:**

View File

@ -4911,7 +4911,7 @@ def _server_live_migrate(cs, server, args):
default=False, default=False,
help=_('live Evacuate host with exact hypervisor hostname match')) help=_('live Evacuate host with exact hypervisor hostname match'))
def do_host_evacuate_live(cs, args): def do_host_evacuate_live(cs, args):
"""Live migrate all instances of the specified host """Live migrate all instances off the specified host
to other available hosts. to other available hosts.
""" """
response = [] response = []