Remove redundant API method from foreman inventory (#41720)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-06-21 06:39:03 +05:30 committed by Jordan Borean
parent 11bd3fd318
commit c68aa804c4

View file

@ -229,10 +229,6 @@ class ForemanInventory(object):
return params
def _get_facts_by_id(self, hid):
url = "%s/api/v2/hosts/%s/facts" % (self.foreman_url, hid)
return self._get_json(url)
def _get_facts(self, host):
"""Fetch all host facts of the host"""
if not self.want_facts: