Updated Branches: refs/heads/4.2 a797029b7 -> b21030b85
Fixed a missing hunk from this commit aeb5ec07 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b21030b8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b21030b8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b21030b8 Branch: refs/heads/4.2 Commit: b21030b8515c4d9c083fcc1a58cb9235191fa21c Parents: a797029 Author: Girish Shilamkar <[email protected]> Authored: Mon Nov 25 11:44:10 2013 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Mon Nov 25 11:44:10 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/asyncJobMgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b21030b8/tools/marvin/marvin/asyncJobMgr.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/asyncJobMgr.py b/tools/marvin/marvin/asyncJobMgr.py index cab1406..ee0e891 100644 --- a/tools/marvin/marvin/asyncJobMgr.py +++ b/tools/marvin/marvin/asyncJobMgr.py @@ -81,7 +81,7 @@ class workThread(threading.Thread): if cmd.isAsync == "false": jobstatus.startTime = datetime.datetime.now() - result = self.connection.make_request(cmd) + result = self.connection.marvinRequest(cmd) jobstatus.result = result jobstatus.endTime = datetime.datetime.now() jobstatus.duration =\
