r2lab is migrating from a previous depl. based on omf_sfa
[plcapi.git] / PLC / Methods / GetInterfaceTags.py
index 6daa3f9..8117cca 100644 (file)
@@ -1,10 +1,6 @@
-# $Id$
-# $URL$
 #
 # Thierry Parmentelat - INRIA
 #
-# $Revision$
-#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -26,7 +22,7 @@ class GetInterfaceTags(Method):
     the specified details will be returned.
     """
 
-    roles = ['admin', 'pi', 'user', 'node']
+    roles = ['admin', 'pi', 'user', 'tech', 'node']
 
     accepts = [
         Auth(),
@@ -37,7 +33,7 @@ class GetInterfaceTags(Method):
         ]
 
     returns = [InterfaceTag.fields]
-    
+
 
     def call(self, auth, interface_tag_filter = None, return_fields = None):