f7fb95fbe1
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>
9 lines
405 B
YAML
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.
|