openstack-ansible-lxc_conta.../releasenotes/notes/add-lxc-container-restart-option-8c7f5b20b9414ead.yaml
Kevin Carter f7fb95fbe1 Allow a deployer to disable container restarts
This changes allows a deployer to disable a container restart
by setting the option ``lxc_container_allow_restarts`` to ``false``.

Forward port based on:
 - https://review.openstack.org/344834
 - https://review.openstack.org/346064

Change-Id: I2c681d7e0681f8586286dc9f371d7b5e231bda68
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-07-26 01:17:55 +01: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.