summaryrefslogtreecommitdiffstats
path: root/plugins/discoverhostparams.py
diff options
context:
space:
mode:
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()