drop support for API v1, hard-wired v2
[sfa.git] / sfa / managers / aggregate_manager.py
index 2a27b6c..995e694 100644 (file)
@@ -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(),
                            }