diff --git a/manifests/neutron.pp b/manifests/neutron.pp index 74a5c35d9..a33e1c553 100644 --- a/manifests/neutron.pp +++ b/manifests/neutron.pp @@ -247,11 +247,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': {