Enable Heat services for functional tests

Change-Id: I6fdcb7a07c6ec7cc7eefb8cafced011e11977515
This commit is contained in:
Sergey Kraynev 2015-05-14 04:53:15 -04:00
parent 54ffaef234
commit aac33dec3e

View File

@ -157,6 +157,8 @@
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export BRANCH_OVERRIDE={branch-override}
export DEVSTACK_PROJECT_FROM_GIT=python-heatclient
export OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,h-api,h-api-cfn,h-api-cw,h-eng,heat
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi