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

@ -255,11 +255,12 @@ class openstack_integration::neutron (
case $driver {
'openvswitch': {
class { 'neutron::agents::ml2::ovs':
local_ip => $::openstack_integration::config::host,
tunnel_types => ['vxlan'],
bridge_mappings => ['external:br-ex'],
manage_vswitch => false,
firewall_driver => 'iptables_hybrid',
local_ip => $::openstack_integration::config::host,
tunnel_types => ['vxlan'],
bridge_mappings => ['external:br-ex'],
manage_vswitch => false,
firewall_driver => 'iptables_hybrid',
of_listen_address => $::openstack_integration::config::host,
}
}
'ovn': {