Updated Branches: refs/heads/4.2-forward 948014dee -> 72a026cea
Fix pep8 formatting to fix cloudstack-marvin build (cherry picked from commit 5326833971da14df17565b61c7f15f11af6a61b5) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/72a026ce Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/72a026ce Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/72a026ce Branch: refs/heads/4.2-forward Commit: 72a026cea28a7390fc61be9fc0ed92bfb496e5e3 Parents: 948014d Author: Prasanna Santhanam <[email protected]> Authored: Fri Aug 30 12:40:42 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Fri Aug 30 12:41:16 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/deployDataCenter.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/72a026ce/tools/marvin/marvin/deployDataCenter.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index 4c34a50..8cc9cd4 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -109,7 +109,6 @@ specify a valid config file" % cfgFile) sleep(timeout) retry = retry - 1 - def createPrimaryStorages(self, primaryStorages, zoneId, podId, clusterId): if primaryStorages is None: return
