Merge "ovs-agent: Use appropriate IP for OpenFlow connection"

This commit is contained in:
Zuul 2023-03-10 17:16:27 +00:00 committed by Gerrit Code Review
commit e7612cc749

View File

@ -260,6 +260,7 @@ class openstack_integration::neutron (
bridge_mappings => ['external:br-ex'],
manage_vswitch => false,
firewall_driver => 'iptables_hybrid',
of_listen_address => $::openstack_integration::config::host,
}
}
'ovn': {