Merge "Remove ineffective ovn_remote_probe_interval"

This commit is contained in:
Zuul 2022-05-04 01:54:59 +00:00 committed by Gerrit Code Review
commit cbd4ffe653
1 changed files with 0 additions and 5 deletions

View File

@ -109,10 +109,6 @@ parameters:
description: Additional domain sockets for the docker daemon to bind to (useful for mounting
into containers that launch other containers)
type: comma_delimited_list
OVNRemoteProbeInterval:
description: Probe interval in ms
type: number
default: 60000
CertificateKeySize:
type: string
default: '2048'
@ -185,7 +181,6 @@ outputs:
neutron::agents::ovn_metadata::metadata_host: {get_param: [EndpointMap, NovaMetadataCellInternal, host_nobrackets]}
neutron::agents::ovn_metadata::ovsdb_connection_timeout: {get_param: OVNDbConnectionTimeout}
ovn::southbound::port: {get_param: OVNSouthboundServerPort}
neutron::agents::ovn_metadata::ovn_remote_probe_interval: {get_param: OVNRemoteProbeInterval}
neutron::agents::ovn_metadata::debug:
if:
- {get_param: OvnMetadataAgentDebug}