X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sm.py;h=3acce630787c07419641f4a0d6c4161160acd5d3;hb=a526d7fa0e3359e63b70f6a0a5bc35e210f6a4f6;hp=12e906c8ed74091cc984e00e2cd65790c4ec41da;hpb=2db1ce68116fbad2a4f17cbd7e11ab9660f1c158;p=nodemanager.git diff --git a/sm.py b/sm.py index 12e906c..3acce63 100644 --- a/sm.py +++ b/sm.py @@ -7,7 +7,7 @@ also to make inter-sliver resource loans. The sliver manager is also responsible for handling delegation accounts. """ -# $Id: sm.py,v 1.26 2007/07/23 19:28:07 faiyaza Exp $ +# $Id: sm.py,v 1.27 2007/07/24 15:59:04 dhozac Exp $ try: from bwlimit import bwmin, bwmax except ImportError: bwmin, bwmax = 8, 1000*1000*1000 @@ -41,6 +41,8 @@ DEFAULT_ALLOCATION = { 'disk_max': 5000000, # bytes # capabilities 'capabilities': '', + # IP-addresses' + 'ip_addresses': '', # NOTE: this table is further populated with resource names and # default amounts via the start() function below. This probably