Add docker_options to calico networking

This commit is contained in:
Matthew Mosesohn 2016-06-14 19:33:44 +03:00
parent 587c8f4701
commit 153b82a803

View file

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