sahara scenario jobs: fix mod_wsgi job

Change-Id: Ib80cbab80d8b7a460e73a67913f1aa48ae13c94a
This commit is contained in:
Vitaly Gridnev 2017-04-12 22:38:22 +04:00 committed by Vitaly Gridnev
parent 584e613492
commit f98fc004fc

View File

@ -32,7 +32,7 @@
export DEVSTACK_GATE_TOPOLOGY="multinode"
fi
if [ "{sahara-mod-wsgi}" -eq 1 ] ; then
export SAHARA_USE_MOD_WSGI=True
export DEVSTACK_LOCAL_CONFIG+=$'\n'"SAHARA_USE_MOD_WSGI=True"
fi
export BRANCH_OVERRIDE={branch-override}
if [ "{branch-override}" != "default" ] ; then