Merge "AIO Reduce number of workers"

This commit is contained in:
Zuul 2018-06-29 16:17:40 +00:00 committed by Gerrit Code Review
commit 9b3a811e20
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ TIMEOUT="200"
# Calculate the no of workers based on the number of workers retrieved by
# Platform Eng which is retreived from the keystone-extra.conf
if [ "$system_type" = "All-in-one" ] & [ "$system_mode" = "simplex" ]; then
if [ "$system_type" == "All-in-one" ]; then
TIS_WORKERS_FACTOR=1
else
TIS_WORKERS_FACTOR=1.5