From: Tony Mack Date: Thu, 31 Dec 2009 00:36:28 +0000 (+0000) Subject: call sfa.plc.slices.Slices.create_slice_aggregate() directly X-Git-Tag: sfa-0.9-7~56 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=db0c028e05c4639a9b91cb06c97730daf6d6f21a;p=sfa.git call sfa.plc.slices.Slices.create_slice_aggregate() directly --- 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