Use openstack/requirements for horizon
See Iccb4e99f8e4b6659a19c1817d0f4c697824af25c for context. Change-Id: I145908bef5d18fea35f38032725f48c18f8cb831 Partial-Bug: #150530
This commit is contained in:
parent
c1b75765f8
commit
ef3c7a5df0
@ -43,7 +43,7 @@ RUN apt-get install -y --no-install-recommends \
|
||||
|
||||
ADD horizon-archive /horizon-source
|
||||
RUN ln -s horizon-source/* horizon \
|
||||
&& pip --no-cache-dir install /horizon \
|
||||
&& pip --no-cache-dir install -c requirements/upper-constraints.txt /horizon \
|
||||
&& useradd --user-group horizon \
|
||||
&& mkdir -p /etc/openstack-dashboard /home/horizon \
|
||||
&& ln -s /etc/openstack-dashboard/local_settings /usr/lib/python2.7/site-packages/openstack_dashboard/local/local_settings.py \
|
||||
|
Loading…
Reference in New Issue
Block a user