X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sliver_lxc.py;h=8a8ebed12101d342985c4afc85881a3d9328fbe1;hb=be39e841e9dfacdffa9431e3ce7340c497307fe2;hp=5892eed9fe6c5d9245ca550aa6fc38e1c0bb8a54;hpb=ccc7b9c4b76a89faad66867b00d16ac45333b6de;p=nodemanager.git diff --git a/sliver_lxc.py b/sliver_lxc.py index 5892eed..8a8ebed 100644 --- a/sliver_lxc.py +++ b/sliver_lxc.py @@ -65,9 +65,9 @@ class Sliver_LXC(Sliver_Libvirt, Initscript): # expose .ssh for omf_friendly slivers if 'tags' in self.rspec and 'omf_control' in self.rspec['tags']: Account.mount_ssh_dir(self.name) +# logger.log("NM is exiting for debug - just about to start {}".format(self.name)) +# exit(0) 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() def rerun_slice_vinit(self): """This is called at startup, and whenever the initscript code changes"""