X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FUnBindObjectFromPeer.py;h=156f97653ad242e29a30a3dd0b4fd455ed84269b;hb=bd0cbf4f7f2e4cf7ceda500bfa6f98c0a700018b;hp=1e5c4f5a50caf0b8a9f14e94d5cdb3f30f10cdc4;hpb=23f3bc500a0a03e0056d5b4e3f24f2d00543e1fe;p=plcapi.git diff --git a/PLC/Methods/UnBindObjectFromPeer.py b/PLC/Methods/UnBindObjectFromPeer.py index 1e5c4f5..156f976 100644 --- a/PLC/Methods/UnBindObjectFromPeer.py +++ b/PLC/Methods/UnBindObjectFromPeer.py @@ -1,6 +1,3 @@ -# $Id: UnBindObjectFromPeer.py 14587 2009-07-19 13:18:50Z thierry $ -# $URL: svn+ssh://svn.planet-lab.org/svn/PLCAPI/trunk/PLC/Methods/BindObjectToPeer.py $ - from PLC.Method import Method from PLC.Parameter import Parameter, Mixed from PLC.Filter import Filter @@ -12,14 +9,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. """