support for scheduling cores to slices
[nodemanager.git] / slivermanager.py
index f0a610a..b7c5439 100644 (file)
@@ -29,6 +29,7 @@ DEFAULT_ALLOCATION = {
     # CPU parameters
     'cpu_pct': 0, # percent CPU reserved
     'cpu_share': 1, # proportional share
+    'cpu_cores': 0, # reserved cpu cores
     # bandwidth parameters
     'net_min_rate': bwmin / 1000, # kbps
     'net_max_rate': bwmax / 1000, # kbps