X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FDeleteSliceTag.py;h=ec11b41f954fa6a6cb048f48dc5c4d1d008e324f;hb=4ee3e529f82882dd7e9c41066cf318c751e517d2;hp=5464fbc8c234466d35fb91f07365018da91c7d67;hpb=80bb4847a04245a1020d8a6f3b01f775339bf68b;p=plcapi.git diff --git a/PLC/Methods/DeleteSliceTag.py b/PLC/Methods/DeleteSliceTag.py index 5464fbc..ec11b41 100644 --- a/PLC/Methods/DeleteSliceTag.py +++ b/PLC/Methods/DeleteSliceTag.py @@ -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(),