]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure metadata network works with DVR
authorSalvatore Orlando <salv.orlando@gmail.com>
Wed, 22 Apr 2015 20:27:53 +0000 (13:27 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Wed, 22 Apr 2015 20:39:18 +0000 (13:39 -0700)
commitec408ac379108eee26d87a8d9834180db11877e0
treec996f268fe45389111d98967cbec8884998c84f6
parent91f788c3626ada504684808712ef82135c7a454e
Ensure metadata network works with DVR

As DVR routers use a different type of interface, this patch
amends the DHCP agent code ensuring that a metadata proxy is
spawned when the metadata network feature is enabled on the
DHCP agent.

Change-Id: Id7f2e891c0753620a604cf6160c6b592db1aa284
Closes-Bug: #1447344
neutron/agent/dhcp/agent.py
neutron/tests/unit/agent/dhcp/test_agent.py