Fix heat configuration.
This was copying the files into /etc/heat/heat (there's a heat/ dir in etc/ that was copied). This fixes it. Closes-Bug: #1484649 Co-Authored-By: Ryan Hallisey <rhallise@redhat.com> Change-Id: I84b9b38edbf14d176782b8efcce95a41501d758b
This commit is contained in:
parent
fa9492e6c6
commit
83717e6401
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user