Murano install from source incorrectly places config

The murano base Dockerfile is placing murano.conf in
/etc/murano/murano/murano.conf. It should be in
/etc/murano/murano.conf.

Change-Id: Ia7f5d2f5cc6ca344c0f8f44058a4a4bf34a22546
Co-Authored-By: Ian Main <imain@redhat.com>
Closes-Bug: #1484679
This commit is contained in:
Ryan Hallisey 2015-08-13 16:21:13 -04:00
parent b36abefd8f
commit b3cdfa18c0

View File

@ -10,6 +10,6 @@ RUN cd /murano \
&& mkdir /etc/murano \
&& cd /murano \
&& tox -e genconfig \
&& cp -r etc/murano/* /etc/murano/ \
&& cp -r etc/murano/* /etc/ \
&& cp etc/murano/murano.conf.sample /etc/murano/murano.conf \
&& rm -rf /root/.cache