From 05139a776953126b920d00dde123b646cddb945d Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 31 Oct 2006 23:08:17 +0000 Subject: [PATCH] - allow to be called by nodes --- PLC/Methods/GetSlivers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), -- 2.47.0