<div dir="ltr"><div><div><div><div><div>I have found the cause of both the issues<br><br></div>Issue 1:<br></div>external_network_bridge is by default set to br-ex therefore demanding that external_network_gateway and router_id be set for everything to work. In order to achieve the legacy mode where the l3-agentĀ  can handle multiple external networks and gateways we have to explicitly set 'external_network_bridge' to null like below<br><br>external_network_bridge =<br><br></div>Issue 2:<br></div>Since I had two external network I was running two l3-agents and somehow the second l3-agent was picking up the floating ip messages from the queue server before the first one could and this was preventing from floatingip to be updated without a restart. As soon as I stopped the second l3 agent things were back to normal.<br><br></div><div>Hope the information is useful to everyone.<br></div><div><br></div>Thank you,<br>Ageeleshwar K<br><div><div><br><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 11, 2015 at 6:42 PM, Akilesh K <span dir="ltr"><<a href="mailto:akilesh1597@gmail.com" target="_blank">akilesh1597@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi,<br>I have some issues with l3-agent, explained below. Kindly let me know how to debug the same and conclude if its a bug or misconfiguration.<br><br></div>Issue 1:<br></div>1. The router namespace is not created unless I set router_id, external_network_gateway, and external_network_bridge in l3-agent.ini. As per the documentation these need not be set unless I want to lock down my l3-agent to one router or external network. <br><br></div>Issue 2:<br></div>Each time I associate a floatingip I have to restart my l3-agent in order for it to take effect. Only after restart the relevant iptable rules are populated.<br><br></div>Let me know how can I proceed. <br><br>Thank you,<br></div>Ageeleshwar K<br></div>
</blockquote></div><br></div>