Merge "don't use screen for grenade"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user