openstack-ansible/releasenotes/notes/add-lxc-container-restart-option-8c7f5b20b9414ead.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

9 lines
405 B
YAML

---
features:
- A new variable has been added to allow a deployer to control
the restart of containers via the handler. This new option is
``lxc_container_allow_restarts`` and has a default of ``yes``.
If a deployer wishes to disable the auto-restart functionality
they can set this value to ``no`` and automatic container
restarts that are not absolutely required will be disabled.