Merge "Enable ovn controller to be updated before ovn-northd."
This commit is contained in:
commit
197c12e6aa
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user