GitHub user erjohnso opened a pull request:
https://github.com/apache/libcloud/pull/394
[google] global IP addresses
I should've really added this as part of #390 but didn't catch it until
after it had been merged.
Google Compute Engine typically has region-based IP addresses, but with the
introduction of HTTP load-balancing, a `global` static IP addresses have been
introduced. This PR is a small change to allow the `GCEAddress` class to allow
for 'global' to be specified as the region.
New tests added to ensure both the original 'region-only' and new 'global'
addresses are supported.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/erjohnso/libcloud GCE_GlobalAddress
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/394.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 #394
----
commit e2e226655609e80e5112711aea64539b45fa83d6
Author: Eric Johnson <[email protected]>
Date: 2014-11-19T18:48:16Z
[google] global IP addresses
----
---
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.
---