]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix DVR to service DHCP Ports
authorVivekanandan Narasimhan <vivekanandan.narasimhan@hp.com>
Wed, 27 Aug 2014 09:07:37 +0000 (02:07 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Mon, 15 Sep 2014 20:17:39 +0000 (13:17 -0700)
commitbb1e89efbdbafed7275d01409bf3f55cbe187da5
treea03200480009bed19ff1aa701ab322f2577f5b8b
parent5e841857b685daa3b564b0ba8f519fe725211bb6
Fix DVR to service DHCP Ports

This fix ensures that DHCP Ports that are
available on DVR routed subnets, are serviced
by DVR neutron infrastructure.

Here servicing by DVR means, creation of
DVR namespaces on such nodes holding DHCP
Ports and also applying DVR specific OVS
Rules to the br-int and br-tun bridges on
such nodes, to enable traffic to be routed
via DVR to such DHCP Ports.

Closes-Bug: #1358718

Change-Id: Ib6d5fbf883d6698f34f3a3b722e426e3285a5736
neutron/common/utils.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/test_common_utils.py
neutron/tests/unit/test_l3_schedulers.py