]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
HA for DVR - schema migration and change
authorrajeev <rajeev.grover@hp.com>
Tue, 23 Dec 2014 18:49:19 +0000 (13:49 -0500)
committerrajeev <rajeev.grover@hp.com>
Tue, 6 Jan 2015 22:52:10 +0000 (17:52 -0500)
commit6ee81d35fc269863f1fe08c57f3672fdc48197cf
treea423ccb2bddf1a90d058fa05912140510e6be425
parentdc0e61d62de2e3d69a29a952b422825c9db4dad1
HA for DVR - schema migration and change

To support HA for DVR SNAT, default SNAT has to be schedulable
on multiple L3 agents. The csnat_l3_agent_bindings table is being
modified to include l3_agent_id in the primary key.
The migration script and Class definition update is included in
this patch. For modularity and code management, HA/DVR methods
that would make use of this change will be included in a different
patch.

Partial-bug: #1365473
Change-Id: Idfe93cace0c1b633be6e786206fbec6e1f3c13cd
neutron/db/l3_dvrscheduler_db.py
neutron/db/migration/alembic_migrations/versions/41662e32bce2_l3_dvr_snat_mapping.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD