Merge "Add --live-restore to the docker_options in puppet/services/docker.yaml"

This commit is contained in:
Zuul 2018-02-08 13:31:23 +00:00 committed by Gerrit Code Review
commit 7b5e01c292
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ parameters:
constraints:
- allowed_values: [ '', 'true', 'True', 'TRUE', 'false', 'False', 'FALSE']
DockerOptions:
default: '--log-driver=journald --signature-verification=false --iptables=false'
default: '--log-driver=journald --signature-verification=false --iptables=false --live-restore'
description: Options that are used to startup the docker service.
type: string