Fix vitrage dashboard
A typo in the start script makes horizon to not copy vitrage files into horizon enabled dashboards. Change-Id: Ic6c010b343757e3172b92386cda386524f749eeb Closes-Bug: #1761392
This commit is contained in:
parent
0efc8ccfc2
commit
81494a5a44
@ -210,7 +210,7 @@ function config_trove_dashboard {
|
||||
function config_vitrage_dashboard {
|
||||
for file in ${SITE_PACKAGES}/vitrage_dashboard/enabled/_*[^__].py; do
|
||||
config_dashboard "${ENABLE_VITRAGE}" \
|
||||
"${SITE_PACKAGES}/vitrage_dashboard/anabled/${file##*/}" \
|
||||
"${SITE_PACKAGES}/vitrage_dashboard/enabled/${file##*/}" \
|
||||
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/${file##*/}"
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user