From db0c028e05c4639a9b91cb06c97730daf6d6f21a Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 31 Dec 2009 00:36:28 +0000 Subject: [PATCH] call sfa.plc.slices.Slices.create_slice_aggregate() directly --- sfa/managers/aggregate_manager_pl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/managers/aggregate_manager_pl.py b/sfa/managers/aggregate_manager_pl.py index 3dd860bd..c608342f 100644 --- a/sfa/managers/aggregate_manager_pl.py +++ b/sfa/managers/aggregate_manager_pl.py @@ -41,7 +41,7 @@ def create_slice(api, hrn, rspec): # we transition the code to this module from sfa.plc.slices import Slices slices = Slices(api) - slices.create_slice(hrn, rspec) + slices.create_slice_aggregate(hrn, rspec) def get_ticket(api, slice_hrn, rspec, gid_origin_caller=None): # the the slice record -- 2.47.0