summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-04-09 15:07:27 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:37 +0530
commit917c0284f2d48f17a5be79d64978281687552e21 (patch)
tree70fa426d10abb31e58d1b5a98c629fee99e9636a /plugins
parent5c545b302479c672c9e7e8410d2044b1350198fa (diff)
autoconf: fix for pep8 error
Fixing the pep8 error Change-Id: I437a7dc1502c19b3ab90ad5b8c8cb1862b9ba359 Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/config_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/config_generator.py b/plugins/config_generator.py
index 1f0be4e..a6757df 100644
--- a/plugins/config_generator.py
+++ b/plugins/config_generator.py
@@ -140,7 +140,7 @@ class GlusterNagiosConfManager:
hostsConfigs = []
clusterServices = self.createrVolumeServices(
cluster.get('volumes'), cluster['name'])
- # If there are volumes, then create a cluster utilization service at cluster level
+ # If there are volumes, then create a cluster utilization service
if cluster.get('volumes'):
clusterServices.append(self.createClusterUtilizationService(
cluster['name']))