Set default for DEVSTACK_GATE_USE_APACHE

If not set it throws an error(which is ignored) in devstack-vm-gate.sh.

Change-Id: Ib05a6e09714d386432ff31a4e40406ae7c1a55ca
This commit is contained in:
Derek Higgins
2014-05-01 19:38:10 +01:00
parent 533bf50432
commit 3c4e0bd294

View File

@@ -176,6 +176,9 @@ export DEVSTACK_GATE_CONFIGDRIVE=${DEVSTACK_GATE_CONFIGDRIVE:-1}
# Set to 1 to enable running a keystone v3 based gate
export DEVSTACK_GATE_KEYSTONE_V3=${DEVSTACK_GATE_KEYSTONE_V3:-0}
# Set to 1 to configure Keystone to run under mod_wsgi and HTTPD
export DEVSTACK_GATE_USE_APACHE=${DEVSTACK_GATE_USE_APACHE:-0}
# Set the number of threads to run tempest with
DEFAULT_CONCURRENCY=$(nproc)
if [ ${DEFAULT_CONCURRENCY} -gt 3 ] ; then