[
https://issues.apache.org/jira/browse/LIBCLOUD-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14268481#comment-14268481
]
ASF GitHub Bot commented on LIBCLOUD-605:
-----------------------------------------
GitHub user verb opened a pull request:
https://github.com/apache/libcloud/pull/429
[LIBCLOUD-605] Support HTTP-LB in GCE NodeDriver
This change adds coverage for GCE's HTTP-LB features via ex_* functions
in the GCE NodeDriver.
Also, this updates the existing ex_create_forwarding_rule to use a
more generic 'target' parameter. Previously this was 'targetpool', but
the GCE API has changed this to 'target' because it can be a targetPool,
targetInstance or targetHttpProxy. This update is backwards compatible.
@erjohnso This replaces PR #427
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/verb/libcloud LIBCLOUD-605_gce_httplb_squashed
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/429.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #429
----
commit f99e0d5adce21d569c34f3c0b18a56e3854a96ce
Author: Lee Verberne <[email protected]>
Date: 2014-12-23T21:50:24Z
[LIBCLOUD-605] Support HTTP-LB in GCE NodeDriver
This change adds coverage for GCE's HTTP-LB features via ex_* functions
in the GCE NodeDriver.
Also, this updates the existing ex_create_forwarding_rule to use a
more generic 'target' parameter. Previously this was 'targetpool', but
the GCE API has changed this to 'target' because it can be a targetPool,
targetInstance or targetHttpProxy. This update is backwards compatible.
----
> Support HTTP load balancing in the GCE driver
> ---------------------------------------------
>
> Key: LIBCLOUD-605
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-605
> Project: Libcloud
> Issue Type: New Feature
> Components: LoadBalancer
> Reporter: Lee Verberne
> Assignee: Eric Johnson
> Labels: Google
>
> This is a tracking issue to add support to libcloud for GCE's HTTP load
> balancing solution.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)