diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index 9d35bd078..79799db38 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -2921,7 +2921,7 @@ def do_evacuate(cs, args): """Evacuate server from failed host to specified one.""" server = _find_server(cs, args.server) - res = server.evacuate(args.host, args.on_shared_storage, args.password)[0] + res = server.evacuate(args.host, args.on_shared_storage, args.password)[1] if type(res) is dict: utils.print_dict(res)