sfatable hook
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Thu, 8 Oct 2009 16:13:49 +0000 (16:13 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Thu, 8 Oct 2009 16:13:49 +0000 (16:13 +0000)
sfa/methods/create_slice.py

index db36db2..6609a0b 100644 (file)
@@ -54,8 +54,6 @@ class create_slice(Method):
         request_context = rspec_manager.fetch_context(hrn, Credential(string=caller_cred).get_gid_caller().get_hrn(), contexts)
         incoming_rules.set_context(request_context)
         rspec = incoming_rules.apply(requested_rspec)
-        rspec = requested_rspec
-
 
         if (sfa_aggregate_type == 'pl'):
             slices = Slices(self.api, caller_cred=caller_cred)