Remove restriction # of workers <= 5

Chef cookbooks and environment have been updated accordingly

Change-Id: I00d5caf72e750b8904e1382fa5c844acbafb795c
This commit is contained in:
Changbin Liu 2013-08-31 20:01:03 -04:00
parent 1f964175f7
commit a5c4ac10f7
1 changed files with 0 additions and 3 deletions

View File

@ -173,9 +173,6 @@ class Orchestrator(object):
For doc on each param refer to orchestrator_opts
"""
## check args
#TODO(changbl): remove the restriction of "num_workers <= 5"
if num_workers > 5:
raise ValueError("currently only supports num_workers <= 5")
if CONCAT_CHAR in prefix:
raise ValueError('"%s" cannot exist in prefix=%r' % (CONCAT_CHAR,
prefix))