Disable live-restore by default

Live-restore is not support by redhat[1]. We need
to disable option by default.

[1] https://access.redhat.com/solutions/2991041

Change-Id: Ie4814983613a40fb6ff14aa63ddfd59f4ed62daf
This commit is contained in:
Kevin Tibi 2018-05-03 17:49:22 +02:00
parent f86c0ff48f
commit b850bb90f7
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ docker_registry_ca:
docker_daemon_mtu: 1500
# Enable live-restore on docker daemon
docker_daemon_live_restore: true
docker_daemon_live_restore: false
# Upper constraints file which is passed to pip when installing packages
# into a venv.

View File

@ -14,7 +14,7 @@ Features
should be a dict of repositories.
* Adds support for configuration of live-restore option in docker. This is
enabled by setting the variable ``docker_daemon_live_restore``. Option is
set to true by default.
set to false by default.
* Facilitates deployment of TLS certificate bundles in environments
where SSL is required. To use this feature, populate the contents
of the variable ``kolla_tls_cert`` - this will then be copied in to