Improving comment in monitors.py

This patch will improve the comment below abstract method pull_data
which can be defined for pulling data from bay and pod as well but
comment says bay only.

Change-Id: I86cb822dc72bc9805d2c38405012206991110438
This commit is contained in:
Manjeet Singh Bhatia 2015-10-22 16:43:49 +00:00
parent d35affa2b6
commit 577688dc93
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class MonitorBase(object):
@abc.abstractmethod
def pull_data(self):
"""Pull data from bay."""
"""Pull data for monitoring."""
def get_metric_names(self):
return self.metrics_spec.keys()