Added the role 'node' to the DeleteSliceTag method. It makes sense that ipv6
authorGuilherme Sperb Machado <gsm@machados.org>
Tue, 16 Sep 2014 23:57:36 +0000 (01:57 +0200)
committerGuilherme Sperb Machado <gsm@machados.org>
Tue, 16 Sep 2014 23:57:36 +0000 (01:57 +0200)
nodes can delete slice tags.

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(),