Merge "don't use screen for grenade"

This commit is contained in:
Jenkins
2014-10-04 02:42:43 +00:00
committed by Gerrit Code Review

View File

@@ -82,6 +82,7 @@ function setup_localrc {
fi
cat <<EOF >>localrc
USE_SCREEN=False
DEST=$BASE/$LOCALRC_OLDNEW
# move DATA_DIR outside of DEST to keep DEST a bit cleaner
DATA_DIR=$BASE/data
@@ -235,10 +236,6 @@ EOF
# keystone deployed with mod wsgi cannot be upgraded or migrated
# until https://launchpad.net/bugs/1365105 is resolved.
echo "KEYSTONE_USE_MOD_WSGI=False" >> localrc
else
# Grenade needs screen, so only turn this off if we aren't
# running grenade.
echo "USE_SCREEN=False" >>localrc
fi
if [[ "$DEVSTACK_GATE_TEMPEST_LARGE_OPS" -eq "1" ]]; then