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

[dev] libcloud pull request: Libcloud 386 GCE Load Balancer Support

GitHub user wrigri opened a pull request:

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

    Libcloud 386 GCE Load Balancer Support

    This adds Load Balancing support for Google Compute Engine.
    
    Since Load Balancer support for GCE is directly part of the GCE API, all of the API calls were added to the existing compute driver.  Then, wrapper methods were added to the Load Balancer driver to make it compatible with the Libcloud Load Balancer API.
    
    In addition, there are some bug fixes and minor improvements.
    
    Note that I'm still working on the test for the "wrapper" methods in the LoadBalancer driver, but tests have been added for all of the actual API calls that were added to the Compute driver.

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

    $ git pull https://github.com/wrigri/libcloud LIBCLOUD-386_GCE_LB_Support

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

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

----

----