octavia/releasenotes/notes/ensure-rsyslog-config-is-reloaded-b4a25a98b661d0f1.yaml
Gregory Thiemonge cbffae6eb6 Restart rsyslog from cloud-init
Octavia uploads a rsyslog configuration file using cloud-init but
doesn't ensure that rsyslog is restarted. In some cases (CentOS 9
Stream), rsyslog is started before cloud-init and doesn't use the
provided configuration file.
This commit ensures that rsyslog is restarted by cloud-init.

Change-Id: I550c7d2563a2d3ada07e2162383f59f104bcbbd5
2022-01-27 20:11:24 +01:00

7 lines
222 B
YAML

---
fixes:
- |
Ensure that the provided rsyslog configuration file is used by the rsyslog
by restarting the service, it fixes the log offloading feature on
distributions that start rsyslog before cloud-init.