You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2011/05/14 15:27:56 UTC

svn commit: r1103104 - /incubator/libcloud/trunk/libcloud/loadbalancer/base.py

Author: pquerna
Date: Sat May 14 13:27:55 2011
New Revision: 1103104

URL: http://svn.apache.org/viewvc?rev=1103104&view=rev
Log:
Ooops, used old name here

Modified:
    incubator/libcloud/trunk/libcloud/loadbalancer/base.py

Modified: incubator/libcloud/trunk/libcloud/loadbalancer/base.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/loadbalancer/base.py?rev=1103104&r1=1103103&r2=1103104&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/loadbalancer/base.py (original)
+++ incubator/libcloud/trunk/libcloud/loadbalancer/base.py Sat May 14 13:27:55 2011
@@ -169,7 +169,7 @@ class Driver(object):
       @return {LBMember} Member after joining the balancer.
       """
 
-      return self.attach_member(LBMember(None, node.public_ip[0], balancer.port))
+      return self.attach_member(Member(None, node.public_ip[0], balancer.port))
 
     def balancer_attach_member(self, balancer, member):
         """