X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=slivermanager.py;h=ea446fc556624411a0621d6bdd6e201f93b480aa;hb=e35cdeb5ae4e37a7205150195735ab8c69e6d522;hp=4caa1aded65844c4a1204971d40642e381966cfd;hpb=dd451f27a57f53eb716aaf3ff9b545953df8882a;p=nodemanager.git diff --git a/slivermanager.py b/slivermanager.py index 4caa1ad..ea446fc 100644 --- a/slivermanager.py +++ b/slivermanager.py @@ -18,7 +18,7 @@ import account import controller import sliver_lxc -try: from bwlimit import bwmin, bwmax +try: from bwlimitlxc import bwmin, bwmax except ImportError: bwmin, bwmax = 8, 1000*1000*1000 priority=10