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:
Steven Dake 2015-09-18 13:08:09 -07:00 committed by Jeff Peeler
parent ccffeb7768
commit 41909d070b
1 changed files with 0 additions and 1 deletions

View File

@ -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