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/04 13:30:23 UTC

[dev] libcloud pull request: Support Amazon ELB

GitHub user Jc2k opened a pull request:

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

    Support Amazon ELB

    This adds a new loadbalancer driver and tests.
    
    One important thing to note is that AWS only lets you add members that are compute nodes - you can't add IP addresses directly.

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

    $ git pull https://github.com/Jc2k/libcloud elb

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

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

----
commit d30fa6087d603eb59e5873f9b9355688c56081a3
Author: John Carr <jo...@unrouted.co.uk>
Date:   2012-12-28T12:25:54Z

    Add prototype ELB provider

commit fe6151bce33e4fbd291e3127e2ce7b4bdb906f15
Author: John Carr <jo...@unrouted.co.uk>
Date:   2013-01-04T02:31:00Z

    Add tests for ELBDriver

----