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:29:57 UTC

git commit: updated refs/heads/master-6-17-stable to ffb1b02

Updated Branches:
  refs/heads/master-6-17-stable 9c4155e03 -> ffb1b02a4


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/ffb1b02a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ffb1b02a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ffb1b02a

Branch: refs/heads/master-6-17-stable
Commit: ffb1b02a476ee6ec8584a3e13b1230fdfe181e7d
Parents: 9c4155e
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:59:41 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/ffb1b02a/tools/marvin/marvin/deployDataCenter.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py
index f00b486..a15f48f 100644
--- a/tools/marvin/marvin/deployDataCenter.py
+++ b/tools/marvin/marvin/deployDataCenter.py
@@ -118,7 +118,8 @@ class deployDataCenters():
                 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):