- allow to be called by nodes
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 31 Oct 2006 23:08:17 +0000 (23:08 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 31 Oct 2006 23:08:17 +0000 (23:08 +0000)
PLC/Methods/GetSlivers.py

index 11db475..aec97b9 100644 (file)
@@ -25,7 +25,7 @@ class GetSlivers(Method):
     Federation Manager.
     """
 
-    roles = ['admin']
+    roles = ['admin', 'node']
 
     accepts = [
         Auth(),