Merge "Fix kolla-ansible systemd restart behaviour"

This commit is contained in:
Zuul 2024-06-27 14:20:21 +00:00 committed by Gerrit Code Review
commit 6e88d3dc79
2 changed files with 7 additions and 1 deletions

View File

@ -23,7 +23,6 @@ TEMPLATE = '''# ${service_name}
[Unit]
Description=${engine} ${service_name}
After=${deps}
Requires=${deps}
StartLimitInterval=${restart_timeout}
StartLimitBurst=${restart_retries}

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Fixes 2065168.
Fix kolla systemd unit template to prevent restart
all kolla services with docker.service restart.
`LP#[2065168] <https://launchpad.net/bugs/[2065168]>`__