Merge "Use openstack/requirements for heat"

This commit is contained in:
Jenkins 2015-10-15 15:00:47 +00:00 committed by Gerrit Code Review
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