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:
parent
1efa653e37
commit
c0b0dddc39
ansible/module_utils
releasenotes/notes
@ -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]>`__
|
Loading…
x
Reference in New Issue
Block a user