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:
@@ -23,7 +23,6 @@ TEMPLATE = '''# ${service_name}
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=${engine} ${service_name}
|
Description=${engine} ${service_name}
|
||||||
After=${deps}
|
After=${deps}
|
||||||
Requires=${deps}
|
|
||||||
StartLimitInterval=${restart_timeout}
|
StartLimitInterval=${restart_timeout}
|
||||||
StartLimitBurst=${restart_retries}
|
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]>`__
|
Reference in New Issue
Block a user