summaryrefslogtreecommitdiff
path: root/novaclient/v2/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/v2/shell.py')
-rw-r--r--novaclient/v2/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/v2/shell.py b/novaclient/v2/shell.py
index 0b4450bd..4f8b695c 100644
--- a/novaclient/v2/shell.py
+++ b/novaclient/v2/shell.py
@@ -4911,7 +4911,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 = []