X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2Fstop_slice.py;fp=sfa%2Fmethods%2Fstop_slice.py;h=184b27c42a7927cb51f088d6725f44ef3cfebad5;hb=f3d825457ff4881b8c9658967f8ed159a01dfcaa;hp=e111098398da605321e4614b1a58cc0507f4f178;hpb=7928eda8ae331272276237740075e23c6fcfb63f;p=sfa.git diff --git a/sfa/methods/stop_slice.py b/sfa/methods/stop_slice.py index e1110983..184b27c4 100644 --- a/sfa/methods/stop_slice.py +++ b/sfa/methods/stop_slice.py @@ -38,7 +38,7 @@ class stop_slice(Method): self.api.logger.info("interface: %s\tcaller-hrn: %s\ttarget-hrn: %s\tmethod-name: %s"%(self.api.interface, origin_hrn, hrn, self.name)) # validate the cred - self.api.auth.check(cred, 'stopslice') + self.api.auth.check(cred, 'stopslice', hrn) # send the call to the right manager manager_base = 'sfa.managers'