From 919a01ad205ac6495f57ef4c4b01a0076fa1d175 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 6 Aug 2010 16:24:18 +0000 Subject: [PATCH] Import methods from the pl aggregate manager instead of redefining them here since the VINI aggregate is so similar to the PLC Aggregate. --- sfa/managers/aggregate_manager_pl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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): -- 2.43.0