A floating IP attached to an instance on a tenant network is unreachable.
When pinging the instance (assuming ICMP is allowed in the security group) externally, "Destination Host Unreachable" is observed.
pf9@compute-host-0:~$ ping 172.0.0.2 PING 172.0.0.2 (172.0.0.2) 56(84) bytes of data. From 172.0.0.2 icmp_seq=1 Destination Host Unreachable
Platform9 Managed OpenStack - All Versions
Neutron
OVS
There is no physical interface associated with the external OVS bridge.
Add a physical NIC to the external bridge.
Note: The external bridge may be labeled as br-pf9 or br-ext. To list the bridges and associated interfaces, use:
Last updated 7 months ago
# ovs-vsctl add-port [ext-bridge] [interface-name]
# ovs-vsctl show