X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetLeases.py;h=23850123188cf5d965bb40cfd6d1d667d49e8c51;hb=b5d5d175245b7a10aaf46dbe59ca17030aab1101;hp=80e272b67638c2d4efc019a671f6952a80706ccd;hpb=f7ce7ce813d4c44502629820a3583f32a99a98f7;p=plcapi.git diff --git a/PLC/Methods/GetLeases.py b/PLC/Methods/GetLeases.py index 80e272b..2385012 100644 --- a/PLC/Methods/GetLeases.py +++ b/PLC/Methods/GetLeases.py @@ -1,5 +1,3 @@ -# $Id$ -# $URL$ # Thierry Parmentelat -- INRIA from PLC.Method import Method @@ -29,7 +27,7 @@ class GetLeases(Method): """ - roles = ['admin', 'pi', 'user', 'node'] + roles = ['admin', 'pi', 'user', 'node', 'anonymous'] accepts = [ Auth(),