open up to let node's add/update sliver tags
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 9 Jul 2009 13:13:12 +0000 (13:13 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 9 Jul 2009 13:13:12 +0000 (13:13 +0000)
PLC/Methods/AddSliceTag.py
PLC/Methods/UpdateSliceTag.py

index 96ad009..9a36711 100644 (file)
@@ -25,7 +25,7 @@ class AddSliceTag(Method):
     otherwise.
     """
 
-    roles = ['admin', 'pi', 'user']
+    roles = ['admin', 'pi', 'user', 'node']
 
     accepts = [
         Auth(),
index f5ab3eb..59bafc8 100644 (file)
@@ -19,7 +19,7 @@ class UpdateSliceTag(Method):
     Returns 1 if successful, faults otherwise.
     """
 
-    roles = ['admin', 'pi', 'user']
+    roles = ['admin', 'pi', 'user', 'node']
 
     accepts = [
         Auth(),