From: Sapan Bhatia Date: Mon, 9 Nov 2009 16:18:06 +0000 (+0000) Subject: Whoops. create_slice is linked with INCOMING, not OUTGOING. X-Git-Tag: sfa-0.9-6~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8d67cecdcdd5338dcee4604803efa0e9a7722889;p=sfa.git Whoops. create_slice is linked with INCOMING, not OUTGOING. --- diff --git a/sfa/methods/create_slice.py b/sfa/methods/create_slice.py index 1a4e580f..6c142f59 100644 --- a/sfa/methods/create_slice.py +++ b/sfa/methods/create_slice.py @@ -54,7 +54,7 @@ class create_slice(Method): sfa_aggregate_type = Config().get_aggregate_rspec_type() rspec_manager = __import__("sfa.rspecs.aggregates.rspec_manager_"+sfa_aggregate_type, fromlist = ["sfa.rspecs.aggregates"]) #Filter the incoming rspec using sfatables - incoming_rules = SFATablesRules('OUTGOING') + incoming_rules = SFATablesRules('INCOMING') #incoming_rules.set_slice(hrn) # This is a temporary kludge. Eventually, we'd like to fetch the context requested by the match/target