Merge "Enable ovn controller to be updated before ovn-northd."

This commit is contained in:
Zuul 2020-12-24 07:19:03 +00:00 committed by Gerrit Code Review
commit 197c12e6aa
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ class tripleo::profile::base::neutron::agents::ovn (
) {
if $step >= 4 {
class { 'ovn::controller':
ovn_remote => join([$protocol, normalize_ip_for_uri($ovn_db_host), "${ovn_sbdb_port}"], ':'),
ovn_remote => join([$protocol, normalize_ip_for_uri($ovn_db_host), "${ovn_sbdb_port}"], ':'),
enable_ovn_match_northd => true,
}
}
}