Error in number of containers corrected

This commit is contained in:
Amit Mahajan
2009-11-08 02:15:48 +05:30
parent 276b6e3fc4
commit fc43608da9

View File

@@ -23,7 +23,7 @@ def autogen_rules_file(options, args):
# Prepare default if number of containers not supplied
if not options.ncont:
options.ncont = 1
options.ncont = 4
print "Max container count not supplied (-n), using %d as default." % options.ncont
return generate_container_cml(options.arch, options.ncont)