From: Tony Mack Date: Tue, 6 Apr 2010 21:39:07 +0000 (+0000) Subject: connectAggregatges() renamed to get_connections X-Git-Tag: sfa-0.9-11~12 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=7ed77623e59802a63f5891fc2b16d5910191928b connectAggregatges() renamed to get_connections --- 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.