kolla-ansible/releasenotes/notes/default-disable-gnocchi-statsd-f7aa933f342ce2b0.yaml
Jason Anderson 5736500030
[gnocchi] Disable statsd daemon by default
This daemon is an additional piece of functionality supported by Gnocchi
and the general pattern in KA is to disable such things unless the user
explicitly wants them. This also helps avoid having to set the
resource_id, user_id, and project_id variables for Gnocchi if you don't
care about this daemon.

Change-Id: I5f14cee4b0bb0d781b1ff53200d11de972d20c82
2020-02-19 15:28:38 -06:00

8 lines
260 B
YAML

---
upgrade:
- |
The `gnocchi-statsd <https://gnocchi.osci.io/statsd.html>`__ daemon is
no longer enabled by default. If you are using the daemon, you
will need to set ``enable_gnocchi_statsd: "yes"`` to continue using
it in your deployment.