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
This commit is contained in:
Brent Eagles 2019-02-18 14:50:06 -03:30
parent e506999744
commit 1827ba884f

@ -16,3 +16,5 @@ parameter_defaults:
NeutronPluginExtensions: 'port_security'
NeutronMechanismDrivers: 'opendaylight_v2'
NeutronServicePlugins: 'odl-router_v2,trunk'
NeutronNetworkType: 'vxlan'
NeutronTypeDrivers: 'vlan,flat,vxlan'