]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
DHCP agent restructuring
authorarmando-migliaccio <armamig@gmail.com>
Fri, 9 Jan 2015 01:16:50 +0000 (17:16 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Sat, 17 Jan 2015 09:03:09 +0000 (01:03 -0800)
commitb35c004204206c7c92b0450b80a812bf21b2af71
tree39489db156233374572f99494ba4384d875e6e15
parent68707331f81ddcfc04cf1d6bb4b1bc394caeb656
DHCP agent restructuring

Wrap dhcp agent into its own module and break out configurations and
entry point for better seperation. This lead to some test cleanup
that revealed that options were registered unnecessarily.

When/if the dhcp agent goes through a restructuring along the same
lines of the L3 agent's, this would be the step to start from.

Related-blueprint: restructure-l3-agent
Related-blueprint: core-vendor-decomposition

Change-Id: I87d9f1079ed4e71c731984ec00e2f785024fd5f8
doc/source/devref/rpc_api.rst
neutron/agent/dhcp/__init__.py [new file with mode: 0644]
neutron/agent/dhcp/agent.py [new file with mode: 0644]
neutron/agent/dhcp/config.py [new file with mode: 0644]
neutron/agent/dhcp_agent.py
neutron/agent/linux/dhcp.py
neutron/api/rpc/handlers/dhcp_rpc.py
neutron/cmd/netns_cleanup.py
neutron/tests/unit/test_dhcp_agent.py
neutron/tests/unit/test_linux_dhcp.py
neutron/tests/unit/test_linux_interface.py