Merge pull request #293 from mattymo/calicodockeropts

Add docker_options to calico networking
pull/304/head
Smaine Kahlouch 2016-06-14 19:13:43 +02:00 committed by GitHub
commit c2093b128d
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# Deployed by Ansible
DOCKER_OPTS=""
DOCKER_OPTS="{% if docker_options is defined %}{{ docker_options }}{% endif %}"