Devstack add compile message for murano-dashboard
Add compile message for murano-dashboard when devstack install. Change-Id: Iab1528b430901bfdc012384e57069febf7c2543e Closes-bug: #1593535
This commit is contained in:
parent
81ede22e78
commit
233c141691
@ -458,6 +458,10 @@ function init_murano_dashboard() {
|
||||
python "$horizon_manage_py" compress --force
|
||||
python "$horizon_manage_py" migrate --noinput
|
||||
|
||||
# Compile message for murano-dashboard
|
||||
cd $MURANO_DASHBOARD_DIR/muranodashboard
|
||||
python "$horizon_manage_py" compilemessages
|
||||
|
||||
restart_apache_server
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user