Merge "Allow DHSS=False tests to override Tempest concurrency"
This commit is contained in:
commit
f13e5ab039
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user