From 153b82a80368b2c54f8e462ac411df9e91440002 Mon Sep 17 00:00:00 2001 From: Matthew Mosesohn Date: Tue, 14 Jun 2016 19:33:44 +0300 Subject: [PATCH] Add docker_options to calico networking --- roles/network_plugin/calico/templates/docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network_plugin/calico/templates/docker b/roles/network_plugin/calico/templates/docker index 970ea051d..05d6f9535 100644 --- a/roles/network_plugin/calico/templates/docker +++ b/roles/network_plugin/calico/templates/docker @@ -1,2 +1,2 @@ # Deployed by Ansible -DOCKER_OPTS="" +DOCKER_OPTS="{% if docker_options is defined %}{{ docker_options }}{% endif %}"