Updated Branches: refs/heads/master 2f369973e -> 20e64be8d
Fix broken pep8 from 1305697eaa598a3bc59d5b81f5f838369c6d5b8e Signed-off-by: Prasanna Santhanam <t...@apache.org> (cherry picked from commit 8545e6461880dae08a8b3f7d07d9302807982c29) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/20e64be8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/20e64be8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/20e64be8 Branch: refs/heads/master Commit: 20e64be8d7ed7b12c3a91126dff65eeb1231d472 Parents: 2f36997 Author: Prasanna Santhanam <t...@apache.org> Authored: Mon Jul 29 15:32:37 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Mon Jul 29 15:33:23 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/20e64be8/tools/marvin/marvin/deployDataCenter.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index ac07fa6..5352029 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -174,7 +174,8 @@ specify a valid config file" % cfgFile) if cacheStorages is None: return for cache in cacheStorages: - cachecmd = createSecondaryStagingStore.createSecondaryStagingStoreCmd() + cachecmd = createSecondaryStagingStore.\ + createSecondaryStagingStoreCmd() cachecmd.url = cache.url cachecmd.provider = cache.provider cachecmd.zoneid = zoneId