Description

Openstack Error in dashboard "unable to connect neutron error"





Symptoms

Tenants/VMs on openstack fails while editing.

HTTPConnectionPool(host='x.x.x.x', port=8082): Read timed out. (read timeout=120)


Failed to relay request to VNC API URL http://x.x.x.x:8082/neutron/subnet: requests.exceptions.ReadTimeout:

Solution

Restarting the contrail-api helped to resolve the problem.


1.docker ps -a | grep config_api_1

2.docker restart config_api_1

Modification History

2024-11-26 : Article Created