]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add L3 Scheduler Changes for Distributed Routers
authorMurali Birru <murali.birru@hp.com>
Tue, 22 Apr 2014 20:45:31 +0000 (13:45 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Wed, 30 Jul 2014 06:10:17 +0000 (23:10 -0700)
commit0b7e565f0d1a9bfc6551ddf9bd339dbdad5669e7
tree9093ed88689d5515f25b4258fcbb3ae0174d4110
parent5575f3b9777fda9e67c9517dc2f4f99f42d5e9d9
Add L3 Scheduler Changes for Distributed Routers

This patch implements the L3 Scheduler changes for the
Distributed Virtual Routers.

Partially-implements: blueprint neutron-ovs-dvr

Change-Id: I407c3d639ebdf885b1418bceac7cfc251e7eba1f
Co-Authored-By: Carl Baldwin <carl.baldwin@hp.com>
Co-Authored-By: Armando Migliaccio <armamig@gmail.com>
17 files changed:
neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py
neutron/db/l3_agentschedulers_db.py
neutron/db/l3_db.py
neutron/db/l3_dvr_db.py
neutron/db/l3_dvrscheduler_db.py [new file with mode: 0644]
neutron/db/l3_gwmode_db.py
neutron/db/l3_rpc_base.py
neutron/db/migration/alembic_migrations/versions/5589aa32bf80_l3_dvr_scheduler.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/db/migration/models/head.py
neutron/extensions/l3agentscheduler.py
neutron/plugins/ml2/plugin.py
neutron/plugins/nec/nec_router.py
neutron/scheduler/l3_agent_scheduler.py
neutron/services/l3_router/l3_router_plugin.py
neutron/tests/unit/test_extension_ext_gw_mode.py
neutron/tests/unit/test_l3_schedulers.py