Add explicit installs of openstack-dashboard

This commit is contained in:
James Slagle 2014-04-08 12:40:36 -04:00
parent fb5f1c7d5d
commit 104c37335e

View File

@ -6,6 +6,8 @@ set -eux
# on the django import.
yum -y erase python-django14 || true
yum -y install openstack-dashboard openstack-dashboard-theme python-django-horizon
pushd /usr/share/openstack-dashboard
python manage.py compress --force
popd