Add explicit installs of openstack-dashboard
This commit is contained in:
parent
fb5f1c7d5d
commit
104c37335e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user