diff --git a/devstack/lib/watcher b/devstack/lib/watcher index d247f5ca6..4198e82d0 100644 --- a/devstack/lib/watcher +++ b/devstack/lib/watcher @@ -317,6 +317,7 @@ function start_watcher { function stop_watcher { if [[ "$WATCHER_USE_MOD_WSGI" == "True" ]]; then disable_apache_site watcher-api + restart_apache_server else stop_process watcher-api fi