Remove pip install of pyscss in Horizon
Because of the correction of the dependney repos in RDO, pyscss no longer needs to be installed via pip. Change-Id: Ide0a0181a9b1353a043956ab9849a2d261f1c243 Closes-Bug: #1497436
This commit is contained in:
parent
ccffeb7768
commit
41909d070b
@ -19,7 +19,6 @@ RUN yum -y install \
|
||||
RUN sed -i "s|WEBROOT = '/dashboard/'|WEBROOT = '/'|" /etc/openstack-dashboard/local_settings \
|
||||
&& cp /usr/share/openstack-dashboard/manage.py /usr/bin/manage.py \
|
||||
&& /usr/bin/python /usr/bin/manage.py collectstatic --noinput --clear \
|
||||
&& pip install -U django-pyscss \
|
||||
&& /usr/bin/python /usr/bin/manage.py compress --force
|
||||
|
||||
# djano-pyscss causes manage.py compress to fail as shipped with current
|
||||
|
Loading…
Reference in New Issue
Block a user