Whoops. create_slice is linked with INCOMING, not OUTGOING.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 9 Nov 2009 16:18:06 +0000 (16:18 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 9 Nov 2009 16:18:06 +0000 (16:18 +0000)
sfa/methods/create_slice.py

index 1a4e580..6c142f5 100644 (file)
@@ -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