X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2Fcreate_slice.py;h=e9bd7b49d1315e5cc7cf244de660ec1cfe8bc626;hb=76c2b016659f66f7e4bec1e3c064a5f16f088473;hp=5d1a09c2313ae782277e09c67df42752f5c1fc21;hpb=f7866302ad749a87e91516e1e37dbaec6f83c61c;p=sfa.git diff --git a/sfa/methods/create_slice.py b/sfa/methods/create_slice.py index 5d1a09c2..e9bd7b49 100644 --- a/sfa/methods/create_slice.py +++ b/sfa/methods/create_slice.py @@ -43,7 +43,7 @@ class create_slice(Method): # Filter the incoming rspec using sfatables incoming_rules = SFATablesRules('OUTGOING') - incoming_rules.set_user_(caller_cred.callerGID.hrn) # This is a temporary kludge. Eventually, we'd like to fetch the context requested by the match/target + incoming_rules.set_slice(hrn) # This is a temporary kludge. Eventually, we'd like to fetch the context requested by the match/target rspec = incoming_rules.apply(requested_rspec)