From 85cabfe8c3f282c752cc0cd6df8afccc9a7afc3b Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 6 Aug 2010 21:10:39 +0000 Subject: [PATCH] should be checking for the startslice priv not deletesliver --- sfa/methods/Start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/methods/Start.py b/sfa/methods/Start.py index d52b25a1..ff09db0f 100644 --- a/sfa/methods/Start.py +++ b/sfa/methods/Start.py @@ -29,7 +29,7 @@ class Start(Method): def call(self, xrn, creds): hrn, type = urn_to_hrn(xrn) - valid_creds = self.api.auth.checkCredentials(creds, 'deletesliver', hrn) + valid_creds = self.api.auth.checkCredentials(creds, 'start', hrn) #log the call origin_hrn = Credential(string=valid_creds[0]).get_gid_caller().get_hrn() -- 2.43.0