summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen <dstbtgagt@foxmail.com>2018-06-06 21:25:06 +0800
committerChen <dstbtgagt@foxmail.com>2018-07-19 23:15:29 +0800
commitba8b87fc979d500521085eacb35946434fca7a8c (patch)
treef7ecefee6a10548c744915652a2b18790d64856b
parent0cb0ffa32de475059003f7ee973925caf4bb14e8 (diff)
downloadpython-novaclient-ba8b87fc979d500521085eacb35946434fca7a8c.tar.gz
Fix inconsistency
Replace "of"s with "off"s to be consistent with the rest. Change-Id: I4a99e733f9ecdbc080f1158b8c90af888d619cdc
-rw-r--r--doc/source/cli/nova.rst4
-rw-r--r--novaclient/v2/shell.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index e53f4c1a..bb5738c6 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -218,7 +218,7 @@ nova usage
Evacuate all instances from failed host.
``host-evacuate-live``
- Live migrate all instances of the specified
+ Live migrate all instances off the specified
host to other available hosts.
``host-list``
@@ -1672,7 +1672,7 @@ nova host-evacuate-live
[--max-servers <max_servers>] [--force]
<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:**
diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py
index 160418cc..15beadd8 100644
--- a/novaclient/v2/shell.py
+++ b/novaclient/v2/shell.py
@@ -4815,7 +4815,7 @@ def _server_live_migrate(cs, server, args):
default=False,
help=_('live Evacuate host with exact hypervisor hostname match'))
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.
"""
response = []