Merge "Fix kolla-ansible systemd restart behaviour"
This commit is contained in:
commit
6e88d3dc79
@ -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…
Reference in New Issue
Block a user