Merge "Use openstack/requirements for heat"
This commit is contained in:
commit
8a4132b303
@ -6,7 +6,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
ADD heat-base-archive /heat-base-source
|
||||
RUN ln -s heat-base-source/* heat \
|
||||
&& useradd --user-group heat \
|
||||
&& pip --no-cache-dir install /heat \
|
||||
&& pip --no-cache-dir install -c requirements/upper-constraints.txt /heat \
|
||||
&& mkdir -p /etc/heat /var/log/heat /home/heat \
|
||||
&& cp -r /heat/etc/heat/* /etc/heat/ \
|
||||
&& chown -R heat: /etc/heat /var/log/heat /home/heat
|
||||
|
Loading…
x
Reference in New Issue
Block a user