Fix kolla-ansible systemd restart behaviour

Fix kolla systemd unit template to prevent restart
all kolla services with docker.service restart

Change-Id: I70dd1751dea6bfc9bb265aeda04b3392e135324c
Closes-Bug: 2065168
This commit is contained in:
Victor Chembaev 2024-05-08 16:49:54 +03:00
parent 1efa653e37
commit c0b0dddc39
2 changed files with 7 additions and 1 deletions

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

@ -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]>`__