X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver_lxc.py;fp=sliver_lxc.py;h=7db1a78c1b95b4a7e4511d3fee8ec1805e1f8eb4;hb=a41a6c333955a30682573be315561be0030abcaf;hp=51216458030af0c49b6531726649eaec55e15a2f;hpb=4bf2fe496500faab4eacd9e526424559e6901dea;p=nodemanager.git diff --git a/sliver_lxc.py b/sliver_lxc.py index 5121645..7db1a78 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -9,6 +9,12 @@ import os, os.path import grp from pwd import getpwnam from string import Template + +# vsys probably should not be a plugin +# the thing is, the right way to handle stuff would be that +# if slivers get created by doing a,b,c +# then they sohuld be delted by doing c,b,a +# the current ordering model for vsys plugins completely fails to capture that from plugins.vsys import removeSliverFromVsys import libvirt