]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2 additions to support DVR
authorVivekanandan Narasimhan <vivekanandan.narasimhan@hp.com>
Tue, 24 Jun 2014 21:50:29 +0000 (14:50 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Sun, 27 Jul 2014 16:40:28 +0000 (09:40 -0700)
commitcd35b1904e1da5e3da0a63b37af34d426e72e933
treec820e54b281fc2d0dec94670b4acf116694cb7db
parentb750dce1e3e4e6bdb6051fd300a7e113852834ae
ML2 additions to support DVR

This patch introduces the changes necessary to
support DVR at Layer 2 with ML2, and L2pop.

Partially-implements: blueprint neutron-ovs-dvr

Change-Id: I709d877e7df83728868e68e023e6a37bb2e11704
Authored-by: Vivekanandan Narasimhan <vivekanandan.narasimhan@hp.com>
neutron/extensions/portbindings.py
neutron/plugins/ml2/db.py
neutron/plugins/ml2/driver_context.py
neutron/plugins/ml2/drivers/l2pop/mech_driver.py
neutron/plugins/ml2/plugin.py
neutron/plugins/ml2/rpc.py
neutron/tests/unit/ml2/db/test_ml2_dvr_db.py
neutron/tests/unit/ml2/drivers/test_l2population.py