X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FStop.py;h=579a77d6d632c7fad298ca579cae4f3316a5cde7;hb=06b330f0ee047bdb107e43e82b1d7356c876bc15;hp=4f2fc8c0efcc820d30201857d750201ce5d908ba;hpb=56e70088c9ea0e0fb0ef22385c635951686e17d8;p=sfa.git diff --git a/sfa/methods/Stop.py b/sfa/methods/Stop.py index 4f2fc8c0..579a77d6 100644 --- a/sfa/methods/Stop.py +++ b/sfa/methods/Stop.py @@ -2,7 +2,7 @@ ### $URL: https://svn.planet-lab.org/svn/sfa/trunk/sfa/methods/stop_slice.py $ from sfa.util.faults import * -from sfa.util.namespace import * +from sfa.util.xrn import urn_to_hrn from sfa.util.method import Method from sfa.util.parameter import Parameter, Mixed from sfa.trust.auth import Auth @@ -36,6 +36,6 @@ class Stop(Method): self.api.logger.info("interface: %s\tcaller-hrn: %s\ttarget-hrn: %s\tmethod-name: %s"%(self.api.interface, origin_hrn, hrn, self.name)) manager = self.api.get_interface_manager() - manager.stop_slice(self.api, xrn, valid_creds) + manager.stop_slice(self.api, xrn, creds) return 1