Remove confusing mention of WSGI_MODE

Setting WSGI_MODE was removed in change
Ib504ab21dfc5e32eb3f73f57d636981963e20520, but left the comment
about setting it, which blows my mind, man, so let's remove it.

Change-Id: I50e5be2a661bcec73a78246684c334c23ea01aa8
This commit is contained in:
Matt Riedemann 2018-03-02 05:14:08 -05:00
parent b7dbc632b6
commit 26a22a189e
1 changed files with 1 additions and 3 deletions

View File

@ -247,9 +247,7 @@ if [[ "$RUN_BASE" == "True" ]]; then
# By the time we get here the sub nodes are already setup with localrc files
# as those are transferred in devstack-gate even before grenade.sh is called
# We hack the ./post-stack.sh to inject what we need. if we don't set
# CELLSV2_SETUP, the default devstack assumes "superconductor" and fails. if
# we don't set WSGI_MODE, cinder fails to glance as the glance url is not
# set up correctly
# CELLSV2_SETUP, the default devstack assumes "superconductor" and fails.
export SUB_NODE_ENV_VARS="CELLSV2_SETUP=singleconductor"
sed -i 's/stdbuf/$SUB_NODE_ENV_VARS stdbuf/' ./post-stack.sh
cat ./post-stack.sh