Updated Branches: refs/heads/4.2 154c24e56 -> 48a2c761b
pep8 fix Signed-off-by: Prasanna Santhanam <[email protected]> (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 <[email protected]> Authored: Sun Jun 30 13:58:16 2013 +0530 Committer: Prasanna Santhanam <[email protected]> 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):
