]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Removed unused variable 'remote' 1232/head
authorShilpa Jagannath <smanjara@users.noreply.github.com>
Wed, 31 Oct 2018 10:53:28 +0000 (16:23 +0530)
committerGitHub <noreply@github.com>
Wed, 31 Oct 2018 10:53:28 +0000 (16:23 +0530)
teuthology/task/ceph_ansible.py

index 9a19509eb86a668a8e8635c3860d1dfe43db6d62..b2bd0c47ba4e612a1992731d604197cfb36c4ffe 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 = []