Bumping worker count during testing

We should always be testing with at least two workers
to make sure that we catch bugs when running multiple
copies of each process.

Change-Id: I1ad628d23b16454e572f65b8845ab8d70d5915b9
This commit is contained in:
Erik Olof Gunnar Andersson 2019-10-30 21:00:35 -07:00
parent 3cb8f2bf3e
commit 3c7a24a010
1 changed files with 9 additions and 0 deletions

View File

@ -141,6 +141,15 @@ function configure_senlin {
iniset $SENLIN_CONF authentication service_password $SERVICE_PASSWORD
iniset $SENLIN_CONF authentication service_project_name $SERVICE_TENANT_NAME
# Senlin Conductor options
iniset $SENLIN_CONF conductor workers $API_WORKERS
# Senlin Conductor options
iniset $SENLIN_CONF engine workers $API_WORKERS
# Senlin Health-Manager options
iniset $SENLIN_CONF health_manager workers $API_WORKERS
# Zaqar options for message receiver
iniset $SENLIN_CONF zaqar auth_type password
iniset $SENLIN_CONF zaqar username zaqar