Merge "Install solum dashboard into horizon image"

This commit is contained in:
Jenkins
2016-12-16 22:42:34 +00:00
committed by Gerrit Code Review
2 changed files with 11 additions and 0 deletions

View File

@@ -123,6 +123,12 @@ function config_senlin_dashboard {
"${SITE_PACKAGES}/openstack_dashboard/conf/senlin_policy.json"
}
function config_solum_dashboard {
config_dashboard "${ENABLE_SOLUM}" \
"${SITE_PACKAGES}/solum_dashboard/_50_solum.py.example" \
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/_50_solum.py"
}
function config_trove_dashboard {
for file in ${SITE_PACKAGES}/trove_dashboard/enabled/_*[^__].py; do
config_dashboard "${ENABLE_TROVE}" \
@@ -161,6 +167,7 @@ config_neutron_lbaas
config_sahara_dashboard
config_searchlight_ui
config_senlin_dashboard
config_solum_dashboard
config_trove_dashboard
config_watcher_dashboard
config_zaqar_dashboard

View File

@@ -250,6 +250,10 @@ SOURCES = {
'type': 'url',
'location': ('http://tarballs.openstack.org/senlin-dashboard/'
'senlin-dashboard-master.tar.gz')},
'horizon-plugin-solum-dashboard': {
'type': 'url',
'location': ('http://tarballs.openstack.org/solum-dashboard/'
'solum-dashboard-master.tar.gz')},
'horizon-plugin-trove-dashboard': {
'type': 'url',
'location': ('http://tarballs.openstack.org/trove-dashboard/'