X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=blobdiff_plain;f=sliver_lxc.py;h=babac351500895504eeaa3dfb3a1b4b3030a2574;hp=518f291e09de69044ad7c4e04ccef3364f03cbbf;hb=b30253ecb183f8419cffef4ac28dbba114d8815c;hpb=e499446c25f3bf6891250fe1b0b23ede1114daeb diff --git a/sliver_lxc.py b/sliver_lxc.py index 518f291..babac35 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -62,7 +62,7 @@ class Sliver_LXC(Sliver_Libvirt, Initscript): Account.mount_ssh_dir(self.name) Sliver_Libvirt.start(self, delay) # if a change has occured in the slice initscript, reflect this in /etc/init.d/vinit.slice - self.refresh_slice_vinit(force=True) + self.refresh_slice_vinit() def rerun_slice_vinit(self): """This is called at startup, and whenever the initscript code changes"""