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 2011/05/14 13:25:02 UTC

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

Author: tomaz
Date: Sat May 14 11:25:02 2011
New Revision: 1103044

URL: http://svn.apache.org/viewvc?rev=1103044&view=rev
Log:
Don't use kwargs 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=1103044&r1=1103043&r2=1103044&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/loadbalancer/base.py (original)
+++ incubator/libcloud/trunk/libcloud/loadbalancer/base.py Sat May 14 11:25:02 2011
@@ -108,7 +108,7 @@ class LBDriver(object):
         raise NotImplementedError, \
                 'list_balancers not implemented for this driver'
 
-    def create_balancer(self, **kwargs):
+    def create_balancer(self, name, port, algorithm, members):
         """
         Create a new load balancer instance