Merge "Enable and start httpd"

This commit is contained in:
Jenkins 2014-09-03 21:34:48 +00:00 committed by Gerrit Code Review
commit bc3d153121
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ if [ -n "${HORIZON_VENV_DIR:-}" ] ; then
source $HORIZON_VENV_DIR/bin/activate
DJANGO_SETTINGS_MODULE=openstack_dashboard.settings django-admin.py compress
fi
os-svc-enable -n apache2
os-svc-restart -n apache2