From: Loic Dachary Date: Sat, 22 Nov 2014 13:48:28 +0000 (+0100) Subject: cluster: remove extra write_file argument X-Git-Tag: 1.1.0~1061^2~22^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c3add68d512bd0a539baa9bca501907ec97dec29;p=teuthology.git cluster: remove extra write_file argument http://tracker.ceph.com/issues/10170 Fixes: #10170 Signed-off-by: Loic Dachary --- diff --git a/teuthology/orchestra/cluster.py b/teuthology/orchestra/cluster.py index 7d96dc1b0..22490c3ec 100644 --- a/teuthology/orchestra/cluster.py +++ b/teuthology/orchestra/cluster.py @@ -79,7 +79,7 @@ class Cluster(object): else: if perms is not None: raise ValueError("To specify perms, sudo must be True") - teuthology.misc.write_file(remote, file_name, content, perms) + teuthology.misc.write_file(remote, file_name, content) def only(self, *roles): """