Merge "Gnocchi install from source incorrectly places config"

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

View File

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