From 1171a8d552da0e1a9ea039f1d7675e53c0be740c Mon Sep 17 00:00:00 2001 From: ZijianGuo Date: Sun, 29 Sep 2019 10:26:11 +0800 Subject: [PATCH] Remove deprecated option 'ovsdb_interface' The deprecated ovsdb_interface configuration option has been removed, the default native driver is now always used. [1] [1] https://opendev.org/openstack/neutron/commit/cf37563c8393f964e7f390f13c43070791360cc1 Change-Id: Idd4e8ad4b00064d180a50c7b98a4568804939f50 Signed-off-by: ZijianGuo --- ansible/roles/neutron/templates/dhcp_agent.ini.j2 | 1 - ansible/roles/neutron/templates/l3_agent.ini.j2 | 1 - 2 files changed, 2 deletions(-) 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 }}