X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FBootNotifyOwners.py;h=3564814bacff0a24dc381d1510de34afe2a33eee;hb=d30c6dd87cc81e28adb9a2631638badb9ffa0a41;hp=704c57bdce33fa8306951447773b9dfdd329b8d6;hpb=bbb99ba11845f409dbb4f266cad82eeb62131da4;p=plcapi.git diff --git a/PLC/Methods/BootNotifyOwners.py b/PLC/Methods/BootNotifyOwners.py index 704c57b..3564814 100644 --- a/PLC/Methods/BootNotifyOwners.py +++ b/PLC/Methods/BootNotifyOwners.py @@ -19,7 +19,7 @@ class BootNotifyOwners(Method): roles = ['node'] accepts = [ - Mixed(BootAuth(), SessionAuth()), + Auth(), Message.fields['message_id'], Parameter(int, "Notify PIs"), Parameter(int, "Notify technical contacts"),