From: Mark Huang Date: Tue, 31 Oct 2006 23:08:17 +0000 (+0000) Subject: - allow to be called by nodes X-Git-Tag: pycurl-7_13_1~401 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=05139a776953126b920d00dde123b646cddb945d;p=plcapi.git - allow to be called by nodes --- diff --git a/PLC/Methods/GetSlivers.py b/PLC/Methods/GetSlivers.py index 11db4759..aec97b98 100644 --- a/PLC/Methods/GetSlivers.py +++ b/PLC/Methods/GetSlivers.py @@ -25,7 +25,7 @@ class GetSlivers(Method): Federation Manager. """ - roles = ['admin'] + roles = ['admin', 'node'] accepts = [ Auth(),