GitHub user pst opened a pull request:
https://github.com/apache/libcloud/pull/180
Refactor cloudstack connection class
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pst/libcloud
refactor_cloudstack_connection_class
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/180.patch
----
commit c97410d14510346b297187e4aef179e4980d88f8
Author: Tomaz Muraus <[email protected]>
Date: 2013-11-20T13:20:15Z
Modify CloudStack Connection class so it looks more like other connection
classes and user can more easily specify which attributes to send as part
of the
query string and as part of the request body.
commit 2248fc19fe6db4adb499b0ad9386823967cbf513
Author: Philipp Strube <[email protected]>
Date: 2013-11-20T13:52:26Z
Fix CloudStack drivers _async_request and _sync_request calls
----