From 228949695257d36d35ead039bbf185dff5f8e729 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 10 Feb 2014 14:03:17 -0600 Subject: [PATCH] Use new init parameters for Remote Signed-off-by: Zack Cerza --- teuthology/task/internal.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index 32442ed7be..1ed3ddc2ec 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -219,11 +219,7 @@ def connect(ctx, config): if teuthology.is_vm(t): key = None remotes.append( - remote.Remote(name=t, - ssh=connection.connect(user_at_host=t, - host_key=key, - keep_alive=True), - console=None)) + remote.Remote(name=t, host_key=key, keep_alive=True, console=None)) ctx.cluster = cluster.Cluster() if 'roles' in ctx.config: for rem, roles in zip(remotes, ctx.config['roles']): -- 2.39.5