Browse Source

Add docker_options to calico networking

pull/293/head
Matthew Mosesohn 8 years ago
parent
commit
153b82a803
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/calico/templates/docker

2
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 %}"
Loading…
Cancel
Save