Fix gnocchi gate error

Gnocchi team removed etc/gnocchi folder in favor of
a custom command calling oslo-config-generator [0]

[0] https://review.openstack.org/#/c/419064/

Change-Id: I250f3bec7c1bba0018acc6251c54e0026b1dcae8
This commit is contained in:
Eduardo Gonzalez 2017-01-13 09:33:18 +00:00
parent 75ec97803a
commit eb1a75fb7f

View File

@ -64,7 +64,6 @@ RUN ln -s gnocchi-base-source/* gnocchi \
&& useradd --user-group gnocchi \
&& /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt gnocchiclient /gnocchi[keystone,mysql,file,ceph] \
&& mkdir -p /etc/gnocchi /var/log/kolla/gnocchi /home/gnocchi \
&& cp -r /gnocchi/etc/gnocchi/* /etc/gnocchi/ \
&& chown -R gnocchi: /etc/gnocchi /var/log/kolla/gnocchi
{% endif %}