From 9f93ed710aa44ffd9cc9f171ea829e2b4594cda2 Mon Sep 17 00:00:00 2001 From: James Denton Date: Fri, 8 Oct 2021 10:01:26 -0500 Subject: [PATCH] Add support for openvswitch interface driver with OVN This patch enables the openvswitch interface driver when the ML2/OVN driver is used. An interface driver is required when using the legacy DHCP agent (required for OVN+Ironic). Change-Id: I56bad4e6ec94b516d1e94d76b423cc3437e3f464 --- vars/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/main.yml b/vars/main.yml index 7df09076..9477dbda 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -207,6 +207,7 @@ neutron_plugins: l3_agent_mode: "legacy" ml2.ovn: drivers_type: "{{ neutron_ml2_drivers_type }}" + driver_interface: openvswitch mechanisms: "ovn" plugin_conf_ini_overrides: "{{ neutron_ml2_conf_ini_overrides }}" plugin_core: ml2