kolla-ansible/releasenotes/notes/fix-undesirable-restarts-of-fluentd-95a3bad7de82fd56.yaml
Matt Crees db19425958 Remove problematic comments from fluentd.conf
Putting the path into these comments can cause a container restart when
no actual configuration has changed.

Closes-Bug: #2091703
Change-Id: I70f10a185a95aa0aad7285dfb0644fe9db536f67
2024-12-13 09:57:25 +00:00

7 lines
235 B
YAML

---
fixes:
- |
Fixes a bug where fluentd (and the rest of the "common" services) were
restarted if kolla-ansible is called from a different location.
`LP#2091703 <https://bugs.launchpad.net/kolla-ansible/+bug/2091703>`__