Always stop cyborg-api process uwsgi container
Right now, devstack/clean.sh always leaves an orphaned cyborg-api service running. This makes us always stop it to avoid that. Change-Id: I1c40804a7b20d54da3c09e613597c388e9f330f7
This commit is contained in:
@@ -287,9 +287,8 @@ function stop_cyborg {
|
|||||||
if [ "$CYBORG_USE_UWSGI" == "True" ]; then
|
if [ "$CYBORG_USE_UWSGI" == "True" ]; then
|
||||||
disable_apache_site cyborg-api
|
disable_apache_site cyborg-api
|
||||||
restart_apache_server
|
restart_apache_server
|
||||||
else
|
|
||||||
stop_process cyborg-api
|
|
||||||
fi
|
fi
|
||||||
|
stop_process cyborg-api
|
||||||
stop_process cyborg-cond
|
stop_process cyborg-cond
|
||||||
stop_process cyborg-agent
|
stop_process cyborg-agent
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user