summaryrefslogtreecommitdiffstats
path: root/plugins/discovery.py
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-04-27 20:02:59 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:37 +0530
commitc33ec5936f3ef9fffe9bafc01e08af5a18c46fa2 (patch)
treef99d660df2eb0b6a0acccfb416d407145e29d820 /plugins/discovery.py
parent0bb9c00a64b981d4b793f618c5dbda8337b99ce0 (diff)
autoconf: fix for pep 8 error
Change-Id: I8b662cb36921d62f14eb9af7660585ffc30f94d1 Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com>
Diffstat (limited to 'plugins/discovery.py')
-rwxr-xr-xplugins/discovery.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/discovery.py b/plugins/discovery.py
index 3ee102b..60e8b26 100755
--- a/plugins/discovery.py
+++ b/plugins/discovery.py
@@ -285,7 +285,7 @@ def previewChanges(clusterDelta):
print "Changes :"
clusterChangeMode = clusterDelta['changeMode']
print "Hostgroup %s - %s" % (clusterDelta['hostgroup_name'],
- clusterChangeMode)
+ clusterChangeMode)
for host in clusterDelta['_hosts']:
if host.get('changeMode'):
changeMode = host.get('changeMode')
@@ -296,7 +296,7 @@ def previewChanges(clusterDelta):
if service.get('changeMode'):
changeMode = service.get('changeMode')
print "\t Service - %s -%s " % (service['service_description'],
- changeMode)
+ changeMode)
#Write the cluster configurations. If force mode is used then it will clean