diff --git a/docker/horizon/extend_start.sh b/docker/horizon/extend_start.sh index 9807ce7fc3..dd67a391b4 100644 --- a/docker/horizon/extend_start.sh +++ b/docker/horizon/extend_start.sh @@ -181,7 +181,7 @@ function config_trove_dashboard { function config_watcher_dashboard { for file in ${SITE_PACKAGES}/watcher_dashboard/enabled/_*[^__].py; do config_dashboard "${ENABLE_WATCHER}" \ - "${SITE_PACKAGES}/watcher_dashboard/enabled/${file##*/}" \ + "${SITE_PACKAGES}/watcher_dashboard/local/enabled/${file##*/}" \ "${SITE_PACKAGES}/openstack_dashboard/local/enabled/${file##*/}" done