Comment 3 for bug 1988281

Revision history for this message
norman shen (jshen28) wrote :

thank you for the feedback. The issue with OVN backend is it does not support vxlan yet (?).

At least for DCHP agent, it is not responding to RPC calls until the first resync finishes, succeeded or not. until https://opendev.org/openstack/neutron/src/commit/4b83bf462d14824caf5f07569377de4276ed99c0/neutron/service.py#L362 this is getting called, the RPC server is ready for handling RPC calls. and resync process is happening at manager.init_host. but the report_state function is called periodically in an coroutine and thus not affected by init_host.

In my opinion, maybe could be started after init_host successfully completes.