diff --git a/ansible/roles/neutron/templates/neutron.conf.j2 b/ansible/roles/neutron/templates/neutron.conf.j2 index 62bd1711cb..ee5bcf65ab 100644 --- a/ansible/roles/neutron/templates/neutron.conf.j2 +++ b/ansible/roles/neutron/templates/neutron.conf.j2 @@ -38,8 +38,6 @@ ovs_integration_bridge = br-int-{{ item }} host = {{ ansible_facts.hostname }}_{{ item }} {% endif %} -allow_overlapping_ips = true - {% if neutron_plugin_agent == 'vmware_nsxv' %} core_plugin = vmware_nsx.plugin.NsxVPlugin {% elif neutron_plugin_agent == 'vmware_nsxv3' %}