Install required services for Zaqar

Zaqar's gate is current;y installing more services than it needs. This
patch sets the `ENABLED_SERVICES` var to what's really required for
zaqar to be deployed.

Change-Id: Ia7d3a2a5ed2ebb29b1a4f99c00cac4d024bcdddc
This commit is contained in:
Flavio Percoco 2015-03-31 13:08:50 +02:00
parent 2d7dbf7d02
commit a9c8a010b0
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
export DEVSTACK_GATE_TIMEOUT=90
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export ENABLED_SERVICES=mysql,key,zaqar-server
export ENABLED_SERVICES=mysql,key,tempest,zaqar-server
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
@ -64,6 +64,7 @@
export DEVSTACK_GATE_ZAQAR=1
export DEVSTACK_GATE_ZAQAR_BACKEND={backend}
export BRANCH_OVERRIDE={branch-override}
export ENABLED_SERVICES=mysql,key,zaqar-server
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi