stop murano-api process

Change-Id: I68e0a98108df918dd5e1bcf81b2d54ac33d5538b
This commit is contained in:
zhurong 2019-01-22 18:44:38 +08:00
parent 4397025f56
commit 5fbd61d03c
1 changed files with 1 additions and 2 deletions

View File

@ -418,9 +418,8 @@ function stop_murano() {
if [ "$MURANO_USE_UWSGI" == "True" ]; then if [ "$MURANO_USE_UWSGI" == "True" ]; then
disable_apache_site murano-api disable_apache_site murano-api
restart_apache_server restart_apache_server
else
stop_process murano-api
fi fi
stop_process murano-api
stop_process murano-engine stop_process murano-engine
} }