Import methods from the pl aggregate manager instead of redefining them here since...
authorTony Mack <tmack@cs.princeton.edu>
Fri, 6 Aug 2010 16:24:18 +0000 (16:24 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 6 Aug 2010 16:24:18 +0000 (16:24 +0000)
sfa/managers/aggregate_manager_pl.py

index c1a6d0c..36f7084 100644 (file)
@@ -79,11 +79,10 @@ def __get_hostnames(nodes):
         hostnames.append(node.hostname)
     return hostnames
 
-
-
 def get_version():
     version = {}
     version['geni_api'] = 1
+    version['sfa'] = 1
     return version
 
 def slice_status(api, slice_xrn, creds):