diff --git a/devstack/lib/watcher b/devstack/lib/watcher index bb4805082..3bbd83a28 100644 --- a/devstack/lib/watcher +++ b/devstack/lib/watcher @@ -318,6 +318,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