Merge "Don't remove uwsgi config files on stop"

This commit is contained in:
Jenkins 2017-09-05 05:09:56 +00:00 committed by Gerrit Code Review
commit b6db3af77f
1 changed files with 0 additions and 3 deletions

View File

@ -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