From 440954fee3db6cd4f67bfe1c038c03f6646b89f9 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Wed, 14 Jun 2017 23:29:49 +0300 Subject: [PATCH] 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 --- grenade.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grenade.sh b/grenade.sh index 8c451bae..b8846f2b 100755 --- a/grenade.sh +++ b/grenade.sh @@ -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 \