From 6b22300c8fca47f69a0211e116400fd58ee44b0b Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Sat, 2 Sep 2017 09:59:40 -0400 Subject: [PATCH] Don't remove uwsgi config files on stop Removing the uwsgi config files on stop breaks upgrades when using uwsgi, so let's not do that. Keeping the file deletes in cleanup makes sense and those calls remain. Change-Id: I603754c3f5ed5d2f143cf789df96018ec99ad692 --- devstack/lib/heat | 3 --- 1 file changed, 3 deletions(-) diff --git a/devstack/lib/heat b/devstack/lib/heat index 2f765503f4..cceb7c384f 100644 --- a/devstack/lib/heat +++ b/devstack/lib/heat @@ -352,9 +352,6 @@ function stop_heat { if [[ "$HEAT_USE_APACHE" == "True" ]]; then if [[ "$WSGI_MODE" == "uwsgi" ]]; then - remove_uwsgi_config "$HEAT_API_UWSGI_CONF" "$HEAT_API_UWSGI" - remove_uwsgi_config "$HEAT_CFN_API_UWSGI_CONF" "$HEAT_CFN_API_UWSGI" - remove_uwsgi_config "$HEAT_CW_API_UWSGI_CONF" "$HEAT_CW_API_UWSGI" _stop_processes else disable_apache_site heat-api