You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/06/30 10:30:21 UTC

git commit: updated refs/heads/4.2 to 48a2c76

Updated Branches:
  refs/heads/4.2 154c24e56 -> 48a2c761b


pep8 fix

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit 3684bafd37db5884dbd3594b8f1408848fcdffb8)


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

Branch: refs/heads/4.2
Commit: 48a2c761b4c0eaa9a1873afcc82320b7199323bd
Parents: 154c24e
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:52 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/48a2c761/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):