X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FUnBindObjectFromPeer.py;h=8b125fd75300a10b6d437abe2f89cdbb4e48f2b8;hb=f7ce7ce813d4c44502629820a3583f32a99a98f7;hp=1e5c4f5a50caf0b8a9f14e94d5cdb3f30f10cdc4;hpb=9a608e111c7f8182f51753ea3f563ebc19eb4c71;p=plcapi.git diff --git a/PLC/Methods/UnBindObjectFromPeer.py b/PLC/Methods/UnBindObjectFromPeer.py index 1e5c4f5..8b125fd 100644 --- a/PLC/Methods/UnBindObjectFromPeer.py +++ b/PLC/Methods/UnBindObjectFromPeer.py @@ -12,14 +12,14 @@ from PLC.Slices import Slices from PLC.Keys import Keys from PLC.Peers import Peers from PLC.Faults import * - + class UnBindObjectFromPeer(Method): """ This method is a hopefully temporary hack to let the sfa correctly detach the objects it creates from a remote peer object. This is needed so that the sfa federation link can work in parallel with RefreshPeer, as RefreshPeer depends on remote objects being - correctly marked. + correctly marked. UnBindObjectFromPeer is allowed to admins only. """