From: Zack Cerza Date: Tue, 26 Aug 2014 17:19:32 +0000 (-0600) Subject: Hostname handling for updatekeys X-Git-Tag: 1.1.0~1205 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=eafe91994e5729104d3f9484da774a3cb7fd16c7;p=teuthology.git Hostname handling for updatekeys Signed-off-by: Zack Cerza --- 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: