Revert "only force off KEYSTONE_USE_WSGI up until kilo"

This reverts commit 0911c9f3de

This is breaking grenade jobs on stable/kilo changes.

Change-Id: I670d8be337eb7326828aa142765c14600e5024cc
Closes-Bug: #1456835
This commit is contained in:
Matt Riedemann
2015-05-22 17:04:34 +00:00
parent 0911c9f3de
commit ccbfaa83ac

View File

@@ -299,13 +299,7 @@ EOF
fi
# keystone deployed with mod wsgi cannot be upgraded or migrated
# until https://launchpad.net/bugs/1365105 is resolved.
case $GRENADE_BASE_BRANCH in
"stable/icehouse")
;&
"stable/juno")
echo "KEYSTONE_USE_MOD_WSGI=False" >> "$localrc_file"
;;
esac
echo "KEYSTONE_USE_MOD_WSGI=False" >> "$localrc_file"
fi
if [[ "$DEVSTACK_GATE_TEMPEST_LARGE_OPS" -eq "1" ]]; then