git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca003dd
)
- allow to be called by nodes
author
Mark Huang
<mlhuang@cs.princeton.edu>
Tue, 31 Oct 2006 23:08:17 +0000
(23:08 +0000)
committer
Mark Huang
<mlhuang@cs.princeton.edu>
Tue, 31 Oct 2006 23:08:17 +0000
(23:08 +0000)
PLC/Methods/GetSlivers.py
patch
|
blob
|
history
diff --git
a/PLC/Methods/GetSlivers.py
b/PLC/Methods/GetSlivers.py
index
11db475
..
aec97b9
100644
(file)
--- 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(),