Skip to content
Snippets Groups Projects
Commit 424d0f9c authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Disable live-restore by default"

parents eb146e32 b850bb90
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment