You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/07/01 23:25:16 UTC

[32/50] [abbrv] git commit: updated refs/heads/vmsync to f737019

pep8 fix

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3684bafd
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3684bafd
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3684bafd

Branch: refs/heads/vmsync
Commit: 3684bafd37db5884dbd3594b8f1408848fcdffb8
Parents: c731597
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Sun Jun 30 13:58:16 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Sun Jun 30 13:58:16 2013 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/deployDataCenter.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3684bafd/tools/marvin/marvin/deployDataCenter.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py
index 961718a..d704375 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):