From efcd397c73e8b76cfb7a4786141da6a5cf3afd63 Mon Sep 17 00:00:00 2001 From: Shilpa Jagannath Date: Wed, 31 Oct 2018 16:23:28 +0530 Subject: [PATCH] Removed unused variable 'remote' --- teuthology/task/ceph_ansible.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/teuthology/task/ceph_ansible.py b/teuthology/task/ceph_ansible.py index 65e749357..5e976eb7c 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 = [] -- 2.47.3