Merge "Remove the OVNVifType parameter"
This commit is contained in:
commit
a5bf08bcaa
@ -39,14 +39,6 @@ parameters:
|
|||||||
description: Timeout in seconds for the OVSDB connection transaction
|
description: Timeout in seconds for the OVSDB connection transaction
|
||||||
type: number
|
type: number
|
||||||
default: 180
|
default: 180
|
||||||
OVNVifType:
|
|
||||||
description: Type of VIF to be used for ports
|
|
||||||
type: string
|
|
||||||
default: ovs
|
|
||||||
constraints:
|
|
||||||
- allowed_values:
|
|
||||||
- ovs
|
|
||||||
- vhostuser
|
|
||||||
OVNNeutronSyncMode:
|
OVNNeutronSyncMode:
|
||||||
description: The synchronization mode of OVN with Neutron DB
|
description: The synchronization mode of OVN with Neutron DB
|
||||||
type: string
|
type: string
|
||||||
@ -135,7 +127,6 @@ outputs:
|
|||||||
ovn::northbound::port: {get_param: OVNNorthboundServerPort}
|
ovn::northbound::port: {get_param: OVNNorthboundServerPort}
|
||||||
neutron::plugins::ml2::ovn::ovsdb_connection_timeout: {get_param: OVNDbConnectionTimeout}
|
neutron::plugins::ml2::ovn::ovsdb_connection_timeout: {get_param: OVNDbConnectionTimeout}
|
||||||
neutron::plugins::ml2::ovn::neutron_sync_mode: {get_param: OVNNeutronSyncMode}
|
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::plugins::ml2::ovn::ovn_metadata_enabled: {get_param: OVNMetadataEnabled}
|
||||||
neutron::server::qos_notification_drivers: {get_param: OVNQosDriver}
|
neutron::server::qos_notification_drivers: {get_param: OVNQosDriver}
|
||||||
neutron::server::igmp_snooping_enable: {get_param: NeutronEnableIgmpSnooping}
|
neutron::server::igmp_snooping_enable: {get_param: NeutronEnableIgmpSnooping}
|
||||||
|
@ -16,7 +16,6 @@ resource_registry:
|
|||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
NeutronMechanismDrivers: ovn
|
NeutronMechanismDrivers: ovn
|
||||||
OVNVifType: ovs
|
|
||||||
OVNNeutronSyncMode: log
|
OVNNeutronSyncMode: log
|
||||||
OVNQosDriver: ovn-qos
|
OVNQosDriver: ovn-qos
|
||||||
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat'
|
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat'
|
||||||
|
@ -15,7 +15,6 @@ resource_registry:
|
|||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
NeutronMechanismDrivers: ovn
|
NeutronMechanismDrivers: ovn
|
||||||
OVNVifType: ovs
|
|
||||||
OVNNeutronSyncMode: log
|
OVNNeutronSyncMode: log
|
||||||
OVNQosDriver: ovn-qos
|
OVNQosDriver: ovn-qos
|
||||||
NeutronEnableDVR: false
|
NeutronEnableDVR: false
|
||||||
|
@ -17,7 +17,6 @@ resource_registry:
|
|||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
NeutronMechanismDrivers: ovn
|
NeutronMechanismDrivers: ovn
|
||||||
OVNVifType: ovs
|
|
||||||
OVNNeutronSyncMode: log
|
OVNNeutronSyncMode: log
|
||||||
OVNQosDriver: ovn-qos
|
OVNQosDriver: ovn-qos
|
||||||
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat'
|
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat'
|
||||||
|
@ -15,7 +15,6 @@ resource_registry:
|
|||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
NeutronMechanismDrivers: ovn
|
NeutronMechanismDrivers: ovn
|
||||||
OVNVifType: ovs
|
|
||||||
OVNNeutronSyncMode: log
|
OVNNeutronSyncMode: log
|
||||||
OVNQosDriver: ovn-qos
|
OVNQosDriver: ovn-qos
|
||||||
NeutronEnableDVR: False
|
NeutronEnableDVR: False
|
||||||
|
@ -17,7 +17,6 @@ resource_registry:
|
|||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
NeutronMechanismDrivers: ovn
|
NeutronMechanismDrivers: ovn
|
||||||
OVNVifType: ovs
|
|
||||||
OVNNeutronSyncMode: log
|
OVNNeutronSyncMode: log
|
||||||
OVNQosDriver: ovn-qos
|
OVNQosDriver: ovn-qos
|
||||||
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat'
|
NeutronTypeDrivers: 'geneve,vxlan,vlan,flat'
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The ``OVNVifType`` parameter has been removed because the parameter was not
|
||||||
|
used in Neutron.
|
Loading…
Reference in New Issue
Block a user