Hi OpenStack Community,
I am currently facing an issue with the Load Balancer (Octavia) service in my OpenStack deployment and would appreciate your guidance or suggestions on how to troubleshoot and resolve it.
OpenStack Version: 2023.1 (Antelope)
Operating System: Ubuntu 22.04
Octavia Backend: Amphora
Network Type: VXLAN
Deployment Tool: Kolla Ansible
After creating a Load Balancer, the Amphora instance is successfully launched. However, approximately 18 minutes later, the Load Balancer transitions to an ERROR state.
Error Observed:
Created a VXLAN-based internal network:
Manually configured OVS interface:
Security groups are open (allowing all ingress and egress).
Verified OVS bridge setup – interface appears correctly on br-int
.
Amphora instance gets created but fails to communicate with the controller after a while,so health checks fails.
The controller cannot reach the Amphora management IP (192.168.200.x
).
Logs show heartbeat/connection issues (No route to host
, timeouts).
I would appreciate any of the following:
Suggestions to verify if the management network is properly routed from controller to Amphora.
Best practices for setting up the Octavia management network using VXLAN.
Troubleshooting steps for verifying health manager connectivity to Amphora.