Added the role 'node' to the DeleteSliceTag method. It makes sense that
[plcapi.git] / PLC / Methods / DeleteSliceTag.py
index 5464fbc..ec11b41 100644 (file)
@@ -27,7 +27,7 @@ class DeleteSliceTag(Method):
     Returns 1 if successful, faults otherwise.
     """
 
-    roles = ['admin', 'pi', 'user', 'tech']
+    roles = ['admin', 'pi', 'user', 'tech', 'node']
 
     accepts = [
         Auth(),