You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Jc2k <gi...@git.apache.org> on 2013/01/31 09:55:40 UTC

[dev] libcloud pull request: LIBCLOUD-288 Gandi on libcloud http

GitHub user Jc2k opened a pull request:

    https://github.com/apache/libcloud/pull/92

    LIBCLOUD-288 Gandi on libcloud http

    This makes the Gandi xmlrpclib driver work much more like a normal driver, and it makes full use of the libcloud http features.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Jc2k/libcloud gandi-on-libcloud-http

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/92.patch

----
commit e3b9554dd613e902178ff4ed37fcc94dad59f00c
Author: John Carr <jo...@unrouted.co.uk>
Date:   2013-01-30T21:28:59Z

    Use the libcloud http layer and the xmlrpclib marshaller.

commit e381b41cbe47eb74b58b16b033d7ac51b1f96373
Author: John Carr <jo...@unrouted.co.uk>
Date:   2013-01-30T21:36:37Z

    Update tests to come before mocks.

commit 0f058b74a24542af80ae46161b7a5ca99c8e1467
Author: John Carr <jo...@unrouted.co.uk>
Date:   2013-01-30T21:42:29Z

    pep8 and formatting fixes

----