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:
parent
75ec97803a
commit
eb1a75fb7f
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user