How does neutron node update its agents to neutron DB?
I dont see any configuration about Database connection string in /etc/neutron/neutron.conf in neutron-node. I would like to understand how does it connect to the controller and updates status about its agent, like L3 agent, Metadata agent.
[ I understand we run neutron-db-manage in controller / neutron server but not on neutron/network node ].
I also see that in neutron.conf[ in network node] we dont specify where [ on which host] the Network server [neutron-server.service] is running. I would like to how the network node [neutron ] connects to the neutron-server.service ?
[ I am running kilo ]
Thanks in advance.