----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20611/ -----------------------------------------------------------
Review request for cloudstack, Chiradeep Vittal and Rohit Yadav. Repository: cloudstack-cloudmonkey Description ------- There are two calls to the method make_request() in cloudmonkey/requester.py; one of them is for async apis only. Due to my oversight, expires is missing in the method call for async apis. This request fixed it. Diffs ----- cloudmonkey/requester.py 170437d Diff: https://reviews.apache.org/r/20611/diff/ Testing ------- first created a dummy account. Next (where deleteAccount is an async api): python cloudmonkey/cloudmonkey.py deleteAccount id=.... Thanks, Yichi Lu