From 3684bafd37db5884dbd3594b8f1408848fcdffb8 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Sun, 30 Jun 2013 13:58:16 +0530 Subject: [PATCH] pep8 fix Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/deployDataCenter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index 961718ad67a..d704375559a 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -120,7 +120,8 @@ specify a valid config file" % cfgFile) self.createVlanIpRanges("Basic", pod.guestIpRanges, zoneId, podId, networkId) - self.createClusters(pod.clusters, zoneId, podId, vmwareDc=pod.vmwaredc) + self.createClusters(pod.clusters, zoneId, podId, + vmwareDc=pod.vmwaredc) def createVlanIpRanges(self, mode, ipranges, zoneId, podId=None, networkId=None, forvirtualnetwork=None):