Set Cinder_USE_MOD_WSGI False for target

This ensure that for Pike we will not use the new uwsgi
functionality for the cinder-api service, ensuring that
we continue to use the default infrastructure over the
release transition. This can be removed when both cycles
are using uwsgi.

Change-Id: I14b68f36e7fcc5341bbdbcf165274d9d50f7dd04
This commit is contained in:
Ivan Kolodyazhny 2017-06-14 23:29:49 +03:00
parent 5d14e4fde3
commit 440954fee3
1 changed files with 2 additions and 1 deletions

View File

@ -222,8 +222,9 @@ load_settings
# Remove in Queens
# Set WSGI_MODE to mod_wsgi
devstack_localrc target "WSGI_MODE=mod_wsgi"
# Don't let Nova use WSGI
# Don't let Nova and Cinder use WSGI
devstack_localrc target "NOVA_USE_MOD_WSGI=False"
devstack_localrc target "CINDER_USE_MOD_WSGI=False"
extract_localrc_section $TARGET_DEVSTACK_DIR/local.conf \
$TARGET_DEVSTACK_DIR/localrc \