From: Shilpa Jagannath Date: Wed, 31 Oct 2018 10:53:28 +0000 (+0530) Subject: Removed unused variable 'remote' X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=efcd397c73e8b76cfb7a4786141da6a5cf3afd63;p=teuthology.git Removed unused variable 'remote' --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 65e7493574..5e976eb7c1 100644 --- a/teuthology/task/ceph_ansible.py +++ b/teuthology/task/ceph_ansible.py @@ -573,8 +573,6 @@ class CephAnsible(Task): timeout=4200, stdout=StringIO() ) - - remote = self.ctx.cluster.only(misc.is_type('haproxy', self.cluster_name)).remotes.iterkeys() allhosts = self.ctx.cluster.only(misc.is_type('rgw', self.cluster_name)).remotes.keys() clients = list(set(allhosts)) ips = []