diff --git a/ansible/roles/neutron/templates/dhcp_agent.ini.j2 b/ansible/roles/neutron/templates/dhcp_agent.ini.j2 index d5596ca316..ef4dcca6c5 100644 --- a/ansible/roles/neutron/templates/dhcp_agent.ini.j2 +++ b/ansible/roles/neutron/templates/dhcp_agent.ini.j2 @@ -22,5 +22,4 @@ interface_driver = openvswitch {% endif %} [ovs] -ovsdb_interface = native ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }} diff --git a/ansible/roles/neutron/templates/l3_agent.ini.j2 b/ansible/roles/neutron/templates/l3_agent.ini.j2 index dd24e54cd5..daf6f9a11d 100644 --- a/ansible/roles/neutron/templates/l3_agent.ini.j2 +++ b/ansible/roles/neutron/templates/l3_agent.ini.j2 @@ -27,5 +27,4 @@ vpn_device_driver = {{ vpn_device_driver }} {% endif %} [ovs] -ovsdb_interface = native ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}