]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Hostname handling for updatekeys
authorZack Cerza <zack.cerza@inktank.com>
Tue, 26 Aug 2014 17:19:32 +0000 (11:19 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Tue, 26 Aug 2014 17:19:32 +0000 (11:19 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/lock.py

index d0192efcf7aa4770fc6567125210e217468fb7d2..e3c466d862bf6d654cba46e9d6ea3039bd688186 100644 (file)
@@ -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: