vmware-nsx/neutron/db
Akihiro MOTOKI b90167ca6c Fix argument name mismatch in L3-RPC sync_routers
In sync_routers L3-RPC method l3-agent sends router_ids but the
server side expected router_id. This commit fixes the server side
to accept router_ids, and drops "fullsync" arg from the agent side
(fullsync is not used anywhere and it does not affect RPC signature).
This change allows l3-agent to sync only the specified routers
instead of all routers.

Fixes bug #1201553

As a result of the above change, auto_schedule_routers() and
list_active_sync_routers_on_active_l3_agent() in L3 scheduler
needs to handle a list of router IDs. This commit changes L3 scheduler
to accept a list of router IDs in the above two methods.

Also fixes the argument order of fullsync and router_ids in get_routers
in L3PluginApi. L3-agent main code expects router_ids as the second arg.

Change-Id: I22e8d11b9676cbcfe9e72449031bb63071be8314
2013-07-16 23:22:17 -04:00
..
loadbalancer Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
migration Merge "Nicira NVP plugin support for l3_ext_gw_mode extension" 2013-07-17 01:50:55 +00:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
agents_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
agentschedulers_db.py Fix argument name mismatch in L3-RPC sync_routers 2013-07-16 23:22:17 -04:00
api.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
db_base_plugin_v2.py Allow gateway address to be unset for an existing subnet 2013-07-09 19:14:08 -07:00
dhcp_rpc_base.py Improve DHCP agent performance 2013-07-09 21:46:43 -07:00
extraroute_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
l3_db.py Improve l3-agent performance and prevent races in it. 2013-07-16 06:05:17 -07:00
l3_gwmode_db.py Nicira NVP plugin support for l3_ext_gw_mode extension 2013-07-15 22:42:42 +02:00
l3_rpc_base.py Fix argument name mismatch in L3-RPC sync_routers 2013-07-16 23:22:17 -04:00
model_base.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
models_v2.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
portbindings_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
portsecurity_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
quota_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
routedserviceinsertion_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
routerservicetype_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
securitygroups_db.py Limit min<=max port check to TCP/UDP in secgroup rule 2013-07-08 22:42:32 +09:00
securitygroups_rpc_base.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
servicetype_db.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
sqlalchemyutils.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00