From b9a862be3ae9df0a2ae00492e8088b9eb91b4bee Mon Sep 17 00:00:00 2001 From: Xavi Leon Date: Mon, 7 Nov 2011 18:00:04 -0500 Subject: [PATCH] Added registration for Sliver_LV account type --- slivermanager.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slivermanager.py b/slivermanager.py index 1d38758..d89bb22 100644 --- a/slivermanager.py +++ b/slivermanager.py @@ -17,7 +17,7 @@ import database import accounts import controller import sliver_vs -import sliver_lxc +import sliver_libvirt try: from bwlimit import bwmin, bwmax except ImportError: bwmin, bwmax = 8, 1000*1000*1000 @@ -209,8 +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_lxc.Sliver_LXC) + #accounts.register_class(sliver_vs.Sliver_VS) + accounts.register_class(sliver_libvirt.Sliver_LV) accounts.register_class(controller.Controller) database.start() api_calls.deliver_ticket = deliver_ticket -- 2.47.0