Add more python modules to setup.py.
[nodemanager.git] / slivermanager.py
index 1d38758..3e4fb1f 100644 (file)
@@ -209,7 +209,8 @@ def start():
     for resname, default_amount in sliver_vs.DEFAULT_ALLOCATION.iteritems():
         DEFAULT_ALLOCATION[resname]=default_amount
 
-    accounts.register_class(sliver_vs.Sliver_VS)
+    #accounts.register_class(sliver_vs.Sliver_VS)
+    #accounts.register_class(sliver_libvirt.Sliver_LV)
     accounts.register_class(sliver_lxc.Sliver_LXC)
     accounts.register_class(controller.Controller)
     database.start()