Merge "Do no set ovn-match-northd-version to true by default."

This commit is contained in:
Zuul 2023-03-13 19:24:56 +00:00 committed by Gerrit Code Review
commit 019ec49518
1 changed files with 2 additions and 3 deletions

View File

@ -69,9 +69,8 @@ class tripleo::profile::base::neutron::agents::ovn (
}
$sb_conn = $db_hosts.map |$h| { join([$protocol, normalize_ip_for_uri($h), "${ovn_sbdb_port}"], ':') }
class { 'ovn::controller':
ovn_remote => join(any2array($sb_conn), ','),
enable_ovn_match_northd => true,
ovn_chassis_mac_map => $ovn_chassis_mac_map,
ovn_remote => join(any2array($sb_conn), ','),
ovn_chassis_mac_map => $ovn_chassis_mac_map,
}
}
}