Merge "Make heat build from source in the templates"

This commit is contained in:
Jenkins 2015-08-17 19:45:00 +00:00 committed by Gerrit Code Review
commit deab613669

View File

@ -23,9 +23,8 @@ RUN cd /heat \
&& useradd --user-group heat \
&& pip install -r requirements.txt \
&& pip install /heat \
&& mkdir /etc/heat /var/www/cgi-bin/heat \
&& cp -r /heat/etc/* /etc/heat/ \
&& cp -a httpd/heat.py /var/www/cgi-bin/heat/admin \
&& cp -a httpd/heat.py /var/www/cgi-bin/heat/main
&& mkdir /etc/heat /var/log/heat \
&& cp -r /heat/etc/heat/* /etc/heat/ \
&& rm -rf /root/.cache
{% endif %}