Merge "Remove enable_tunneling config from openvswitch_agent.ini"

This commit is contained in:
Jenkins 2016-06-21 22:33:18 +00:00 committed by Gerrit Code Review
commit 71c2aa0c40

View File

@ -3,7 +3,6 @@
# Linux bridge agent physical interface mappings
[ovs]
local_ip = {{ neutron_local_ip }}
enable_tunneling = True
{% if neutron_provider_networks.network_mappings is defined %}
bridge_mappings = {{ neutron_provider_networks.network_mappings }}
{% endif %}