Reduce number of services running in largeops-src

The largeops-src test is used for libraries that can break largeops
(oslo.messaging, oslo.db etc.) and is hitting mysql's connection limit
periodically.  Stop running services that large-ops doesn't test to
mitigate this.

Change-Id: I8ab0cee07cbc0649eda37b686a67b81a46586fcb
Partial-Bug: #1403284
This commit is contained in:
Joe Gordon 2015-04-27 10:14:43 -07:00
parent 13cee0d698
commit 8f42556065

@ -245,6 +245,8 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_NO_SERVICES=1
export ENABLED_SERVICES=n-api,n-crt,n-obj,n-cpu,n-sch,n-cond,g-api,g-reg,key,n-net
export DEVSTACK_GATE_TEMPEST_LARGE_OPS=100
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then