Merge "Fix Horizon container starting if Watcher is enabled"

This commit is contained in:
Jenkins
2017-07-13 10:36:20 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -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