Updated Branches: refs/heads/master c7315975d -> 3684bafd3
pep8 fix Signed-off-by: Prasanna Santhanam <[email protected]> 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/master Commit: 3684bafd37db5884dbd3594b8f1408848fcdffb8 Parents: c731597 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: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):
