Merge "Fix heat configuration."

This commit is contained in:
Jenkins 2015-08-14 08:55:46 +00:00 committed by Gerrit Code Review
commit 303c389b05

View File

@ -9,5 +9,5 @@ RUN cd /heat \
&& pip install -r requirements.txt \
&& pip install /heat \
&& mkdir /etc/heat /var/log/heat \
&& cp -r /heat/etc/* /etc/heat/ \
&& cp -r /heat/etc/* /etc/ \
&& rm -rf /root/.cache