kolla-ansible/releasenotes/notes/restart-policy-oneshot-8dc9...

10 lines
265 B
YAML

---
features:
- |
Adds new ``restart_policy`` called ``oneshot`` that does not create
systemd units and is used for bootstrap tasks.
upgrade:
- |
``restart_policy: no`` will now create systemd units, but with
``Restart`` property set to ``no``.