Skip to content

Commit

Permalink
Expand help message for 'migrate' to explain how the new host is sele…
Browse files Browse the repository at this point in the history
…cted

Fixes bug 1078247

Change-Id: Iedfd6fc957fd1c2e53f7685b02bd33e16d9342e9
  • Loading branch information
jpichon committed Nov 21, 2012
1 parent 572c8bb commit dc6285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novaclient/v1_1/shell.py
Expand Up @@ -810,7 +810,7 @@ def do_resize_revert(cs, args):
default=False,
help='Blocks while instance migrates so progress can be reported.')
def do_migrate(cs, args):
"""Migrate a server."""
"""Migrate a server. The new host will be selected by the scheduler."""
server = _find_server(cs, args.server)
server.migrate()

Expand Down

0 comments on commit dc6285c

Please sign in to comment.