Install solum dashboard into horizon image

Co-Authored-By: caoyuan <cao.yuan@99cloud.net>

Change-Id: I531ef11f11920bb9db4b0cba43038694998afcf3
Closes-Bug: #1648709
This commit is contained in:
jianyi 2016-12-14 16:14:07 +08:00
parent 9a3192f570
commit 023917a172
2 changed files with 11 additions and 0 deletions

View File

@ -107,6 +107,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

@ -246,6 +246,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/'