aboutsummaryrefslogtreecommitdiffstats
path: root/app/discover/fetchers/api
diff options
context:
space:
mode:
Diffstat (limited to 'app/discover/fetchers/api')
-rw-r--r--app/discover/fetchers/api/api_fetch_project_hosts.py2
1 files changed, 1 insertions, 1 deletions
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: