Updated Branches: refs/heads/master-6-17-stable 9c4155e03 -> ffb1b02a4
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/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 <[email protected]> Authored: Sun Jun 30 13:58:16 2013 +0530 Committer: Prasanna Santhanam <[email protected]> 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):
