]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Removed unused variable 'remote'
authorShilpa Jagannath <smanjara@users.noreply.github.com>
Wed, 31 Oct 2018 10:53:28 +0000 (16:23 +0530)
committerVasu Kulkarni <vasu@redhat.com>
Mon, 17 Dec 2018 23:10:49 +0000 (15:10 -0800)
teuthology/task/ceph_ansible.py

index 65e7493574164373d40aa9fed9c09b7faecb6aec..5e976eb7c12a154017c57a2264529c62d51b67aa 100644 (file)
@@ -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 = []