]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
VMWare NSXv: Metadata for distributed router
authorKobi Samoray <ksamoray@vmware.com>
Sun, 19 Apr 2015 09:25:33 +0000 (12:25 +0300)
committerKobi Samoray <ksamoray@vmware.com>
Thu, 7 May 2015 12:24:05 +0000 (15:24 +0300)
commit1612b2ad8d3f964f035ec49426c832d95e845477
tree12e1ac5553a9a3322365ca1c04632e950bdf3bb9
parent48c336e4507d153b8f76e53589305b7dd5c45534
VMWare NSXv: Metadata for distributed router

Metadata support for NSXv distributed routers is provided via DHCP Edge
appliances. In order to avoid conflicts between distributed routers and
DHCP Edges which map different networks with same CIDRs, we create a 1:1
mapping between an distributed router and a DHCP Edge.

This patch contains the data model for the above, while the implementation
is in vmware-nsx repository.

Change-Id: I324403f7d5df4861193840e05bedf7a473aea655
neutron/db/migration/alembic_migrations/versions/354db87e3225_nsxv_vdr_metadata.py [new file with mode: 0644]
neutron/db/migration/alembic_migrations/versions/HEAD
neutron/plugins/vmware/dbexts/nsxv_models.py