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:
zhurong 2016-06-16 23:27:58 -04:00
parent 81ede22e78
commit 233c141691
1 changed files with 4 additions and 0 deletions

View File

@ -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
}