diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index 260581115..bb36abaac 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -2909,7 +2909,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)