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

This was introduced in commit ec21edf4d9
when ovn-controllers were not updated before northdb.

Now, ovn-controller are updated first so the "Fail-safe upgrade"
procedure[1] should not be used by default anymore.

[1] https://docs.ovn.org/en/latest/intro/install/ovn-upgrades.html#fail-safe-upgrade

Change-Id: I38829bc84ecc4cdeabd72e94db8341e86a2c1222
(cherry picked from commit 5d75fafe28)
This commit is contained in:
Sofer Athlan-Guyot 2023-02-20 19:53:55 +01:00
parent c7b0fe6cb1
commit 51a454083a
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ 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,
}
}