connectAggregatges() renamed to get_connections
authorTony Mack <tmack@cs.princeton.edu>
Tue, 6 Apr 2010 21:39:07 +0000 (21:39 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 6 Apr 2010 21:39:07 +0000 (21:39 +0000)
sfa/server/aggregate.py

index c6e7256..0ecc01d 100644 (file)
@@ -32,7 +32,7 @@ class Aggregates(Interfaces):
     def __init__(self, api, conf_file = "/etc/sfa/aggregates.xml"):
         Interfaces.__init__(self, api, conf_file, 'ma')
 
-    def connectAggregates(self, interfaces):
+    def get_connections(self, interfaces):
         """
         Get connection details for the trusted peer aggregates from file and 
         create an connection to each.