Merge "Devstack add compile message for murano-dashboard"

This commit is contained in:
Jenkins 2016-06-20 14:26:24 +00:00 committed by Gerrit Code Review
commit 6e78df9954

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
}