summaryrefslogtreecommitdiffstats
path: root/fuel/deploy/dea.py
diff options
context:
space:
mode:
Diffstat (limited to 'fuel/deploy/dea.py')
-rw-r--r--fuel/deploy/dea.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/fuel/deploy/dea.py b/fuel/deploy/dea.py
index 9c1ebfc..5f1a415 100644
--- a/fuel/deploy/dea.py
+++ b/fuel/deploy/dea.py
@@ -97,11 +97,3 @@ class DeploymentEnvironmentAdapter(object):
settings = self.get_property('settings')
ntp_list = settings['editable']['external_ntp']['ntp_list']['value']
return [n.strip() for n in ntp_list.split(',')]
-
- def get_hosts(self):
- opnfv = self.get_property('opnfv')
- hosts_list = []
- for host in opnfv['hosts']:
- if host['address'] and host['fqdn']:
- hosts_list.append(host)
- return hosts_list