X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmanagers%2Faggregate_manager.py;h=995e694a3d9a20a291ab52f2f31a19253f4184f1;hb=0d8c502d5ede80349764103f580c4000a8fce97a;hp=2a27b6cf3c9070ee6c7b328cd9c6a054da4e42ef;hpb=bbc9bba9db868983039901fc247677d6476d8ed4;p=sfa.git diff --git a/sfa/managers/aggregate_manager.py b/sfa/managers/aggregate_manager.py index 2a27b6cf..995e694a 100644 --- a/sfa/managers/aggregate_manager.py +++ b/sfa/managers/aggregate_manager.py @@ -30,13 +30,13 @@ class AggregateManager: # essentially a union of the core version, the generic version (this code) and # whatever the driver needs to expose - def GetVersion(self, api): + def GetVersion(self, api, options): xrn=Xrn(api.hrn) version = version_core() version_generic = {'interface':'aggregate', 'sfa': 2, - 'geni_api': api.config.SFA_AGGREGATE_API_VERSION, + 'geni_api': 2, 'hrn':xrn.get_hrn(), 'urn':xrn.get_urn(), }