Add neutron-fwaas-dashboard into horizon image

neutron-fwaas-dashboard is split into standalone repo. Need install it
into horizon image.

Change-Id: Ic1ff58df2c23db77aace95fd6d4eabbd62227e3b
Closes-Bug: #1719147
(based on commit 7d7005e412)
This commit is contained in:
Christian Berendt 2017-10-10 11:08:07 +02:00
parent 89397633e9
commit 0ce82858b3
2 changed files with 13 additions and 0 deletions

View File

@ -56,6 +56,14 @@ function config_designate_dashboard {
done
}
function config_fwaas_dashboard {
for file in ${SITE_PACKAGES}/neutron_fwaas_dashboard/enabled/_*[^__].py; do
config_dashboard "${ENABLE_FWAAS}" \
"${SITE_PACKAGES}/neutron_fwaas_dashboard/enabled/${file##*/}" \
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/${file##*/}"
done
}
function config_freezer_ui {
for file in ${SITE_PACKAGES}/disaster_recovery/enabled/_*[^__].py; do
config_dashboard "${ENABLE_FREEZER}" \
@ -213,6 +221,7 @@ function config_zun_dashboard {
config_cloudkitty_dashboard
config_designate_dashboard
config_fwaas_dashboard
config_freezer_ui
config_ironic_dashboard
config_karbor_dashboard

View File

@ -358,6 +358,10 @@ SOURCES = {
'type': 'url',
'location': ('$tarballs_base/designate-dashboard/'
'designate-dashboard-5.0.0.tar.gz')},
'horizon-plugin-fwaas-dashboard': {
'type': 'url',
'location': ('$tarballs_base/neutron-fwaas-dashboard/'
'neutron-fwaas-dashboard-1.0.0.tar.gz')},
'horizon-plugin-freezer-web-ui': {
'type': 'url',
'location': ('$tarballs_base/freezer-web-ui/'