Merge "Remove the OVNVifType parameter"

This commit is contained in:
Zuul 2021-04-09 05:18:51 +00:00 committed by Gerrit Code Review
commit a5bf08bcaa
7 changed files with 5 additions and 14 deletions

View File

@ -39,14 +39,6 @@ parameters:
description: Timeout in seconds for the OVSDB connection transaction
type: number
default: 180
OVNVifType:
description: Type of VIF to be used for ports
type: string
default: ovs
constraints:
- allowed_values:
- ovs
- vhostuser
OVNNeutronSyncMode:
description: The synchronization mode of OVN with Neutron DB
type: string
@ -135,7 +127,6 @@ outputs:
ovn::northbound::port: {get_param: OVNNorthboundServerPort}
neutron::plugins::ml2::ovn::ovsdb_connection_timeout: {get_param: OVNDbConnectionTimeout}
neutron::plugins::ml2::ovn::neutron_sync_mode: {get_param: OVNNeutronSyncMode}
neutron::plugins::ml2::ovn::vif_type: {get_param: OVNVifType}
neutron::plugins::ml2::ovn::ovn_metadata_enabled: {get_param: OVNMetadataEnabled}
neutron::server::qos_notification_drivers: {get_param: OVNQosDriver}
neutron::server::igmp_snooping_enable: {get_param: NeutronEnableIgmpSnooping}

View File

@ -16,7 +16,6 @@ resource_registry:
parameter_defaults:
NeutronMechanismDrivers: ovn
OVNVifType: ovs
OVNNeutronSyncMode: log
OVNQosDriver: ovn-qos
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat'

View File

@ -15,7 +15,6 @@ resource_registry:
parameter_defaults:
NeutronMechanismDrivers: ovn
OVNVifType: ovs
OVNNeutronSyncMode: log
OVNQosDriver: ovn-qos
NeutronEnableDVR: false

View File

@ -17,7 +17,6 @@ resource_registry:
parameter_defaults:
NeutronMechanismDrivers: ovn
OVNVifType: ovs
OVNNeutronSyncMode: log
OVNQosDriver: ovn-qos
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat'

View File

@ -15,7 +15,6 @@ resource_registry:
parameter_defaults:
NeutronMechanismDrivers: ovn
OVNVifType: ovs
OVNNeutronSyncMode: log
OVNQosDriver: ovn-qos
NeutronEnableDVR: False

View File

@ -17,7 +17,6 @@ resource_registry:
parameter_defaults:
NeutronMechanismDrivers: ovn
OVNVifType: ovs
OVNNeutronSyncMode: log
OVNQosDriver: ovn-qos
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat'

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The ``OVNVifType`` parameter has been removed because the parameter was not
used in Neutron.