Merge "Allow DHSS=False tests to override Tempest concurrency"

This commit is contained in:
Jenkins 2016-02-18 04:56:01 +00:00 committed by Gerrit Code Review
commit f13e5ab039
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ if [[ "$MULTITENANCY_ENABLED" == "False" ]]; then
# volume creation in Cinder using Generic driver. So, reduce amount of
# threads to avoid errors for Cinder volume creations that appear
# because of lack of free space.
MANILA_TEMPEST_CONCURRENCY=8
MANILA_TEMPEST_CONCURRENCY=${MANILA_TEMPEST_CONCURRENCY:-8}
fi
# let us control if we die or not