Please check the L3 agent logs and search for any message present in [1]. This method is executed in a parallel thread and is executed periodically to inform about the status of the agent.
In the Neutron API you should also be able to find (using logs in DEBUG mode), the "report_state" RPC call from the agents. This RPC call updates the agent status.
You should provide the logs of the Neutron API and the L3 agent to start debugging this issue. And the version you are using.
Hello Mohankumar:
Please check the L3 agent logs and search for any message present in [1]. This method is executed in a parallel thread and is executed periodically to inform about the status of the agent.
In the Neutron API you should also be able to find (using logs in DEBUG mode), the "report_state" RPC call from the agents. This RPC call updates the agent status.
You should provide the logs of the Neutron API and the L3 agent to start debugging this issue. And the version you are using.
Regards.
[1]https:/ /github. com/openstack/ neutron/ blob/dbe4ba910b 3236ff3ac42e33d cb4cc067b1f9177 /neutron/ agent/l3/ agent.py# L1025-L1065