** Changed in: neutron
Status: Opinion => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1364814
Title:
Neutron multiple api workers can't send cast message to agent when use
zeromq
If we look at the problem from the Neutron side, we can see that while
Neutron server starts, it firstly loads core plugin and service plugins,
which start message handling server, and only then forks to create api-
workers. As a result, all child processes get the same copy of the
context.
In thi