Set NeutronEnableDVR to False for OVN-HA

deployment/neutron/neutron-plugin-ml2-ovn.yaml sets DVR by default.
We need to explicitly mark the environment variable NeutronEnableDVR
to False to disable DVR.

Change-Id: Ie6b2af65a59d88ec7ea582da18c516e95ea7ed9e
(cherry picked from commit 9cebbf1490)
This commit is contained in:
Purandhar Sairam Mannidi 2020-09-29 18:55:18 +10:00
parent e7620e5b29
commit 4c95c55f49
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ parameter_defaults:
OVNVifType: ovs
OVNNeutronSyncMode: log
OVNQosDriver: ovn-qos
NeutronEnableDVR: False
NeutronTypeDrivers: 'geneve,vlan,flat'
NeutronNetworkType: ['geneve' , 'vlan', 'flat']
NeutronServicePlugins: 'qos,ovn-router,trunk,segments'