From 7ed77623e59802a63f5891fc2b16d5910191928b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 6 Apr 2010 21:39:07 +0000 Subject: [PATCH] connectAggregatges() renamed to get_connections --- sfa/server/aggregate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/server/aggregate.py b/sfa/server/aggregate.py index c6e72563..0ecc01d2 100644 --- a/sfa/server/aggregate.py +++ b/sfa/server/aggregate.py @@ -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. -- 2.43.0