From 1827ba884f0a1944756fcc072267649be53417ec Mon Sep 17 00:00:00 2001 From: Brent Eagles <beagles@redhat.com> Date: Mon, 18 Feb 2019 14:50:06 -0330 Subject: [PATCH] Set neutron tenant network types for ODL configurations The base default for neutron has changed to OVN which includes setting the network type to geneve. This is not compatible with ODL based deployments. Change-Id: I34d673582d3b328c29a8856c60c6078c5bd86c96 --- environments/services/neutron-opendaylight.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environments/services/neutron-opendaylight.yaml b/environments/services/neutron-opendaylight.yaml index 9c0d4b8453..583cc458e0 100644 --- a/environments/services/neutron-opendaylight.yaml +++ b/environments/services/neutron-opendaylight.yaml @@ -16,3 +16,5 @@ parameter_defaults: NeutronPluginExtensions: 'port_security' NeutronMechanismDrivers: 'opendaylight_v2' NeutronServicePlugins: 'odl-router_v2,trunk' + NeutronNetworkType: 'vxlan' + NeutronTypeDrivers: 'vlan,flat,vxlan'