summaryrefslogtreecommitdiffstats
path: root/plugins/discoverhostparams.py
diff options
context:
space:
mode:
authorTimothy Asir Jeyasingh <tjeyasin@redhat.com>2014-06-24 14:36:50 +0530
committerSahina Bose <sabose@redhat.com>2014-06-26 01:55:11 -0700
commitdcb15dc1e6bda61611f7fd32c1e064fb85951d42 (patch)
treef81737b65578856c91f53251f35d4750e388a2db /plugins/discoverhostparams.py
parent6af042189cb95932b7f4aafc37a9227f47626433 (diff)
Fix pep8 errorsv0.1.1
Change-Id: I0d41725a02636228bc613b40c1b4d2d57a35e3e3 Signed-off-by: Timothy Asir Jeyasingh <tjeyasin@redhat.com> Reviewed-on: http://review.gluster.org/8159 Tested-by: Timothy Asir <tim.gluster@gmail.com> Reviewed-by: Shubhendu Tripathi <shtripat@redhat.com>
Diffstat (limited to 'plugins/discoverhostparams.py')
-rwxr-xr-xplugins/discoverhostparams.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/discoverhostparams.py b/plugins/discoverhostparams.py
index 9722dcf..69ddd5b 100755
--- a/plugins/discoverhostparams.py
+++ b/plugins/discoverhostparams.py
@@ -36,11 +36,11 @@ def discoverhostparams():
###
-#This plugin discovers all the host specific parameters
-#Currently it gets only the hostname from the node
-#but when we add support for discovering physical
-#components like cpu,network,disk etc, all those will be
-#addded as part of this module
+# This plugin discovers all the host specific parameters
+# Currently it gets only the hostname from the node
+# but when we add support for discovering physical
+# components like cpu,network,disk etc, all those will be
+# addded as part of this module
###
if __name__ == '__main__':
discoverhostparams()