Merge "Magnum install from source incorrectly places config"

This commit is contained in:
Jenkins 2015-08-14 09:03:05 +00:00 committed by Gerrit Code Review
commit 092f3ded94

View File

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