From: Shilpa Jagannath Date: Wed, 31 Oct 2018 10:53:28 +0000 (+0530) Subject: Removed unused variable 'remote' X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1232%2Fhead;p=teuthology.git Removed unused variable 'remote' --- diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 9a19509eb..b2bd0c47b 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 = []