Browse Source

Merge pull request #293 from mattymo/calicodockeropts

Add docker_options to calico networking
pull/305/head
Smaine Kahlouch 8 years ago
committed by GitHub
parent
commit
c2093b128d
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 # Deployed by Ansible
DOCKER_OPTS=""
DOCKER_OPTS="{% if docker_options is defined %}{{ docker_options }}{% endif %}"
Loading…
Cancel
Save