Merge "Murano install from source incorrectly places config"

This commit is contained in:
Jenkins 2015-08-14 09:03:15 +00:00 committed by Gerrit Code Review
commit 3a1c41a21d

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