octavia/releasenotes/notes/ensure-rsyslog-config-is-reloaded-b4a25a98b661d0f1.yaml
Gregory Thiemonge 220f13f537 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
(cherry picked from commit cbffae6eb6)
2022-04-12 12:49:27 +02: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.