]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
add non-routed subnet metadata support
authorMark McClain <mark.mcclain@dreamhost.com>
Tue, 5 Feb 2013 04:59:59 +0000 (23:59 -0500)
committerMark McClain <mark.mcclain@dreamhost.com>
Fri, 8 Feb 2013 05:05:51 +0000 (00:05 -0500)
commitf3307718c4a12ea446cf695f46090b740d1d9f07
treee3fd45dc455eefe75fd7a205d27dda20f0e5e7e6
parent25878ca349cd10e55975a0dd5a001710d67521c8
add non-routed subnet metadata support

implements blueprint metadata-non-routed

This patchset completes Quantum metadata support by adding metadata
proxy support for isolated network segments.  The support requires that
the guest instance request host routes, so that the DHCP port can be
used to proxy metadata requests. NOTE: The cirros image does not support
host router, so the UEC or equivalent required for testing and usage.

Change-Id: I962deef7c164ecb2a93b7af326ef8dca6e2b183a
etc/dhcp_agent.ini
quantum/agent/dhcp_agent.py
quantum/agent/linux/dhcp.py
quantum/tests/unit/test_dhcp_agent.py
quantum/tests/unit/test_linux_dhcp.py