clean up the code that removes a slice from vsys's scope before its rootfs gets deleted
[nodemanager.git] / setup-vs.py
index 88be064..b9b030d 100644 (file)
@@ -8,10 +8,13 @@
 
 from distutils.core import setup, Extension
 
+# vserver-specific stuff
 setup(
     py_modules=[
         'sliver_vs',
         'coresched_vs',
+        # this plugin uses vserver for now
+        'plugins.drl',
         ],
     scripts = [
         ],