X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tools.py;h=e88a1b2bcda23269fc4e1f2eec0aef471b18b19b;hb=refs%2Fheads%2Fipv6;hp=7dc2d1e340e2b333adc9e5dc72a4eab75f563e7c;hpb=99b060ddf18bc5f78c976b269da9c9afe65af1e5;p=nodemanager.git diff --git a/tools.py b/tools.py index 7dc2d1e..e88a1b2 100644 --- a/tools.py +++ b/tools.py @@ -236,8 +236,8 @@ def get_sliver_process(slice_name, process_cmdline): path = l.split(':')[0] comp = l.rsplit(':')[-1] slice_name_check = comp.rsplit('/')[-1] - # the lines above were added by Guilherme - # due to the ipv6 plugin requirements + # the lines below were added by Guilherme + # due to the ipv6 plugin requirements (LXC) virt=get_node_virt() if virt=='lxc': slice_name_check = slice_name_check.rsplit('.')[0]