Gnocchi install from source incorrectly places config

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

Change-Id: Idf9af828ac7d8a16138a309b72a3e82903decf79
Co-Authored-By: Ian Main <imain@redhat.com>
Closes-Bug: #1484673
This commit is contained in:
Ryan Hallisey 2015-08-13 16:01:40 -04:00
parent 77e08a1f5f
commit bf488da70c

@ -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