]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix to enable L2pop to serve DVR
authorVivekanandan Narasimhan <vivekanandan.narasimhan@hp.com>
Tue, 5 Aug 2014 18:36:35 +0000 (11:36 -0700)
committerCarl Baldwin <carl.baldwin@hp.com>
Wed, 6 Aug 2014 23:04:00 +0000 (23:04 +0000)
commitdc658273e7cfe72e50dad40203db8bb0d9bb2188
treef32dc1d1364fc599a3bca85823849098b851709c
parentcadc8df994d1def4400d4d051774fab957c74241
Fix to enable L2pop to serve DVR

This change fixes the information used by the L2pop
driver to populate l2pop rules that enables DVR to
route packets across compute servers that have
tenant VMs that belong to different networks.
It also fixes the case where VMs were not able to
obtain IP Addresses when such VMs are on DVR
hosted subnets.

Change-Id: Ib630e57c186da60eb15f9ffa6b1b0bfa74f48caa
Closes-Bug: #1350485
Closes-Bug: #1352857
neutron/plugins/ml2/driver_context.py
neutron/plugins/ml2/drivers/l2pop/mech_driver.py
neutron/tests/unit/ml2/test_driver_context.py [new file with mode: 0644]