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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---