Increase quota for share networks in manila installation
Functional tests create a lot of share networks and may cause exceedance of default limit. So, increase it, to be able to run tests not restricting amount of threads. Change-Id: I43ffdc54f924020bed876927bbd693593de726b2
This commit is contained in:
parent
713430a53c
commit
b6c24ef29e
@ -16,3 +16,8 @@
|
||||
|
||||
# Install manila devstack integration
|
||||
cp -r $BASE/new/manila/contrib/devstack/* $BASE/new/devstack
|
||||
|
||||
localrc_path=$BASE/new/devstack/localrc
|
||||
|
||||
# Set big quota for share networks to avoid limit exceedances
|
||||
echo "MANILA_OPTGROUP_DEFAULT_quota_share_networks=50" >> $localrc_path
|
||||
|
Loading…
Reference in New Issue
Block a user