Neutron doesn't update floatingip with multiple L3 agent
my stuff, running havana.
- 1 controller node.
1 nova-compute node.
2 external network (so 2 l3 agent on the controller nod)
My problem :
with both L3 agent started, whene i Attach a floatingIP on a instance, I must restart the agent of this network to get this IP linked to my VM.
ip netns exec qrouter-5f07b81b-231a-41f1-ab34-60853e5e8f5d ip addr sh
show me that the agent wait to restart befor he assign my floatingip.
If y disable one of the agents, and I assign an ip, I don't wait anymore... so i think it look like the message
from neutron to the agent is catch by the wrong agent ?
I don't have anythink in the logs