From eafe91994e5729104d3f9484da774a3cb7fd16c7 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 26 Aug 2014 11:19:32 -0600 Subject: [PATCH] Hostname handling for updatekeys Signed-off-by: Zack Cerza --- teuthology/lock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/lock.py b/teuthology/lock.py index d0192efcf7..e3c466d862 100644 --- a/teuthology/lock.py +++ b/teuthology/lock.py @@ -398,7 +398,7 @@ def updatekeys(ctx): misc.read_config(ctx) - machines = [misc.canonicalize_hostname(m) for m in ctx.machines] + machines = [misc.canonicalize_hostname(m, user=None) for m in ctx.machines] if ctx.targets: try: -- 2.39.5