Not able to see openvswitch in neutron agent-list
I am setting up the openstack but when I checked this command openstack network agent list
on the controller node, It missed openvswitch agent
even the openvswitch agent
service was running. Could someone help me this? I dont understand why It occurred.
I checked the neutron-server log
here what I got Agent healthcheck: found 1 dead agents out of 3: Type Last heartbeat host
, nothing more to investigate.
Check the openvswitch agent log.
I dont find the openvswitch agent log in this folder
/var/log/neutron/
It is running but there is no log file? Then check the journal (journalctl command). If there is nothing in there, launch the openvswitch agent on the command line. The correct parameters are in the systemd unit (systemctl cat NAME-OF-SERVICE).
This assumes systemd is used to launch services.
You should check the respective log file on the compute node, that's where the agent also has to be up. Your neutron-server.log indicates that a compute agent is not running.