X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FBootNotifyOwners.py;h=7458b9dee1fbfbe40cd803d6aed92945aa9ae392;hb=475ee53aaaa011ba14a34af34d3340257d6f9d59;hp=a33c7c81ea879df1448848759133c89da4bb9cda;hpb=77e4f177dfee85705c36298c3230b2e4a3e73467;p=plcapi.git diff --git a/PLC/Methods/BootNotifyOwners.py b/PLC/Methods/BootNotifyOwners.py index a33c7c8..7458b9d 100644 --- a/PLC/Methods/BootNotifyOwners.py +++ b/PLC/Methods/BootNotifyOwners.py @@ -1,4 +1,3 @@ -# $Id$ from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Auth import Auth, BootAuth, SessionAuth @@ -18,7 +17,7 @@ class BootNotifyOwners(Method): roles = ['node'] accepts = [ - Mixed(BootAuth(), SessionAuth()), + Auth(), Message.fields['message_id'], Parameter(int, "Notify PIs"), Parameter(int, "Notify technical contacts"),