From 3c4e0bd294ed22c9d41379c23adae78b3f10d676 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Thu, 1 May 2014 19:38:10 +0100 Subject: [PATCH] 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 --- devstack-vm-gate-wrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 1c885f7a..b5704e68 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -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