X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=blobdiff_plain;f=setup.py;h=2d8604051c3766f0810c133c3a31d3b25930ffe5;hp=55af519b1b74743bf95849c946d5910e45df95f9;hb=HEAD;hpb=0a82e5d999260aaf0acbfc2864ccf098cccbfe96 diff --git a/setup.py b/setup.py index 55af519..2d86040 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Setup script for the Node Manager application # @@ -33,7 +33,6 @@ setup( 'plugins.hostmap', 'plugins.interfaces', 'plugins.omf_resctl', - 'plugins.privatebridge', 'plugins.rawdisk', 'plugins.reservation', 'plugins.sfagids', @@ -42,20 +41,18 @@ setup( 'plugins.syndicate', 'plugins.vsys', 'plugins.vsys_privs', + 'plugins.ipv6', + 'plugins.update_ipv6addr_slivertag', # lxc 'sliver_libvirt', 'sliver_lxc', 'cgroups', 'coresched_lxc', + 'plugins.privatebridge', # vs 'sliver_vs', 'coresched_vs', # this plugin uses vserver for now 'plugins.drl', ], - scripts = [ - 'forward_api_calls', - ], - packages =[ - ], )