From: Tony Mack Date: Fri, 6 Aug 2010 16:24:18 +0000 (+0000) Subject: Import methods from the pl aggregate manager instead of redefining them here since... X-Git-Tag: sfa-1.0-0~82 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=919a01ad205ac6495f57ef4c4b01a0076fa1d175;p=sfa.git Import methods from the pl aggregate manager instead of redefining them here since the VINI aggregate is so similar to the PLC Aggregate. --- diff --git a/sfa/managers/aggregate_manager_pl.py b/sfa/managers/aggregate_manager_pl.py index c1a6d0cc..36f7084c 100644 --- a/sfa/managers/aggregate_manager_pl.py +++ b/sfa/managers/aggregate_manager_pl.py @@ -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):