]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
update DHCP agent to work with linuxbridge plug-in
authorMark McClain <mark.mcclain@dreamhost.com>
Thu, 26 Jul 2012 18:42:55 +0000 (14:42 -0400)
committerMark McClain <mark.mcclain@dreamhost.com>
Mon, 30 Jul 2012 15:10:17 +0000 (11:10 -0400)
commita9afa9dcdb85474b00f3715f75825d77f617011b
treec05117947715b126b9c1bc85793e1bb9cadb4d96
parentd7ff293f470bfa3b8dfe1591733b6c55f26aaf1c
update DHCP agent to work with linuxbridge plug-in

Fixes bug: 1027194

Update the interface driver to use veths instead of tap devices.  This
change is compatible with the netns work.

Change-Id: Ic236f5fdeb79eb36791434999df2b731856de092
quantum/agent/dhcp_agent.py
quantum/agent/linux/interface.py
quantum/agent/linux/ip_lib.py
quantum/tests/unit/test_dhcp_agent.py
quantum/tests/unit/test_linux_interface.py
quantum/tests/unit/test_linux_ip_lib.py