X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fserver%2Faggregate.py;h=515b9e97f4108bef538e28ebbc696b4a7b5516ba;hb=a172efc1d44254684c1d17a0d8beae2debef6350;hp=3793a83b0ecd972f2be9d573b5931f0e8edb8cf6;hpb=e388f90574406a3f8033d6822ef196cf58e959a9;p=sfa.git diff --git a/sfa/server/aggregate.py b/sfa/server/aggregate.py index 3793a83b..515b9e97 100644 --- a/sfa/server/aggregate.py +++ b/sfa/server/aggregate.py @@ -30,7 +30,7 @@ class Aggregates(Interfaces): default_dict = {'aggregates': {'aggregate': [Interfaces.default_fields]}} def __init__(self, api, conf_file = "/etc/sfa/aggregates.xml"): - Interfaces.__init__(self, api, conf_file, 'ma') + Interfaces.__init__(self, api, conf_file) # set up a connection to the local registry address = self.api.config.SFA_AGGREGATE_HOST port = self.api.config.SFA_AGGREGATE_PORT