From 7928f7a3130d6c490258cd7086b663dc15bcd633 Mon Sep 17 00:00:00 2001 From: yayogev Date: Mon, 28 Aug 2017 13:45:07 +0300 Subject: use neutron DB name, not always 'neutron' Change-Id: I971f22473d4132bde17e0a44ada3b6a8330522b4 Signed-off-by: yayogev --- app/discover/fetchers/api/api_fetch_project_hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/discover/fetchers/api/api_fetch_project_hosts.py') diff --git a/app/discover/fetchers/api/api_fetch_project_hosts.py b/app/discover/fetchers/api/api_fetch_project_hosts.py index 7dc262e..5b911f5 100644 --- a/app/discover/fetchers/api/api_fetch_project_hosts.py +++ b/app/discover/fetchers/api/api_fetch_project_hosts.py @@ -109,7 +109,7 @@ class ApiFetchProjectHosts(ApiAccess, DbAccess): self.add_host_type(doc, "Compute", az['zoneName']) return doc - # fetch more details of network nodes from neutron.agents table + # fetch more details of network nodes from neutron DB agents table def fetch_network_node_details(self, docs): hosts = {} for doc in docs: -- cgit 1.2.3-korg