You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/01/17 20:01:48 UTC

[3/6] git commit: Change conflicting name (and update website)

Change conflicting name (and update website)


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/655b9ac5
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/655b9ac5
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/655b9ac5

Branch: refs/heads/trunk
Commit: 655b9ac5cacace4e5c91ae35cef34373e56902cd
Parents: 0b1e4af
Author: Rick Wright <ri...@google.com>
Authored: Fri Jan 17 05:43:10 2014 -0800
Committer: Rick Wright <ri...@google.com>
Committed: Fri Jan 17 05:43:10 2014 -0800

----------------------------------------------------------------------
 libcloud/loadbalancer/drivers/gce.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/655b9ac5/libcloud/loadbalancer/drivers/gce.py
----------------------------------------------------------------------
diff --git a/libcloud/loadbalancer/drivers/gce.py b/libcloud/loadbalancer/drivers/gce.py
index 61aee22..09a32fd 100644
--- a/libcloud/loadbalancer/drivers/gce.py
+++ b/libcloud/loadbalancer/drivers/gce.py
@@ -30,8 +30,8 @@ DEFAULT_ALGORITHM = Algorithm.RANDOM
 class GCELBDriver(Driver):
     connectionCls = GCEConnection
     apiname = 'googleapis'
-    name = 'Google Compute Engine'
-    website = 'https://www.googleapis.com/'
+    name = 'Google Compute Engine Load Balancer'
+    website = 'https://cloud.google.com/'
 
     _VALUE_TO_ALGORITHM_MAP = {
         'RANDOM': Algorithm.RANDOM