addeg get_version method
[sfa.git] / sfa / managers / aggregate_manager_pl.py
index e6b2c3d..bf19c2f 100644 (file)
@@ -22,6 +22,11 @@ from sfa.plc.network import *
 from sfa.plc.api import SfaAPI
 from sfa.plc.slices import *
 
+def get_version():
+    version = {}
+    version['geni_api'] = 1
+    return version
+
 def delete_slice(api, xrn):
     hrn, type = urn_to_hrn(xrn)
     slicename = hrn_to_pl_slicename(hrn)