Async apis require expires as well
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/fc5d85da Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/fc5d85da Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/fc5d85da Branch: refs/heads/master Commit: fc5d85da289601ddc81ac7566858f6230e6bf321 Parents: c9b1e46 Author: Chiradeep Vittal <[email protected]> Authored: Wed Apr 23 16:38:03 2014 -0700 Committer: Chiradeep Vittal <[email protected]> Committed: Wed Apr 23 16:38:03 2014 -0700 ---------------------------------------------------------------------- cloudmonkey/requester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/fc5d85da/cloudmonkey/requester.py ---------------------------------------------------------------------- diff --git a/cloudmonkey/requester.py b/cloudmonkey/requester.py index 612b9cc..0a9ac0c 100644 --- a/cloudmonkey/requester.py +++ b/cloudmonkey/requester.py @@ -231,7 +231,7 @@ def monkeyrequest(command, args, isasync, asyncblock, logger, host, port, logger_debug(logger, "Job %s to timeout in %ds" % (jobid, timeout)) response, error = make_request(command, request, logger, host, port, credentials, - protocol, path) + protocol, path, expires) if error is not None: return response, error
