summaryrefslogtreecommitdiffstats
path: root/plugins/discovery.py
diff options
context:
space:
mode:
authorDarshan N <dnarayan@redhat.com>2015-08-05 18:00:28 +0530
committerSahina Bose <sabose@redhat.com>2015-08-16 22:58:00 -0700
commitd3b772cfc6b9e4442988540447a003e3ce4410e3 (patch)
tree111002cc18efd7fe4bacb4be3d48214f8f2425a7 /plugins/discovery.py
parentd040cb45469d64fa7534247f9568b48b28114c3f (diff)
server-addons: pep8 fixes.
Change-Id: I920ed33f0e257dd741d1c6df39b46efebe9abd02 Signed-off-by: Darshan N <dnarayan@redhat.com> Reviewed-on: http://review.gluster.org/11836 Reviewed-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'plugins/discovery.py')
-rwxr-xr-xplugins/discovery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/discovery.py b/plugins/discovery.py
index b17c81f..c4fa149 100755
--- a/plugins/discovery.py
+++ b/plugins/discovery.py
@@ -568,7 +568,7 @@ if __name__ == '__main__':
args.nagiosServerIP, args.mode, args.timeout)
print "Cluster configurations synced successfully from host %s" % \
(args.hostip)
- #Unregister the temp_node1
+ # Unregister the temp_node1
unRegisterHost("temp_node1")
# If Nagios is running then try to restart. Otherwise don't do
# anything.