Tested on focal with neutron package 2:16.3.1-0ubuntu1.1 and the test case is successful
* Deployed environment with dvr l3ha and centralised neutron snat gateways. * Floating IP agent gateway exists on all nova-compute nodes (4) and neutron-gateway nodes (3) after launching VMs on all compute nodes $ openstack port list --network ext_net -c id -c device_id -c binding_host_id -c device_owner -c fixed_ips | grep floatingip_agent_gateway | wc -l 7 * Deleted one of the Floating IP agent gateway port $ openstack port list --network ext_net -c id -c device_id -c binding_host_id -c device_owner -c fixed_ips | grep floatingip_agent_gateway | wc -l 6 * Launched VM on the node where gateway port is deleted. Floating IP agent gateway came back on the node $ openstack port list --network ext_net -c id -c device_id -c binding_host_id -c device_owner -c fixed_ips | grep floatingip_agent_gateway | wc -l 7 * ping to the floating ip successful $ ping -c 1 10.5.151.84 PING 10.5.151.84 (10.5.151.84) 56(84) bytes of data. 64 bytes from 10.5.151.84: icmp_seq=1 ttl=62 time=293 ms --- 10.5.151.84 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 292.825/292.825/292.825/0.000 ms ** Tags removed: verification-needed-focal ** Tags added: verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883089 Title: [L3] floating IP failed to bind due to no agent gateway port(fip-ns) To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/1883089/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
