Re: [openstack-dev] Topic: Reschedule Router to a different agent with multiple external networks.

2014-12-18 Thread Oleg Bondarev
Hi Swaminathan Vasudevan, please check the following docstring of L3_NAT_dbonly_mixin._check_router_needs_rescheduling: *def _check_router_needs_rescheduling(self, context, router_id, gw_info):* *"""Checks whether router's l3 agent can handle the given network* *When externa

[openstack-dev] Topic: Reschedule Router to a different agent with multiple external networks.

2014-12-17 Thread Vasudevan, Swaminathan (PNB Roseville)
Hi Folks, Reschedule router if new external gateway is on other network An L3 agent may be associated with just one external network. If router's new external gateway is on other network then the router needs to be rescheduled to the proper l3 agent This patch was introduced when there was no sup