]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add ability to use custom config in DHCP-agent
authorSergey Belous <sbelous@mirantis.com>
Thu, 3 Sep 2015 13:53:21 +0000 (16:53 +0300)
committerSergey Belous <sbelous@mirantis.com>
Mon, 7 Sep 2015 13:11:10 +0000 (16:11 +0300)
commit9e178e42e46317a6f1ac7688340f0f84e4c16c80
tree9bd67a54f85d6295113cc569864a93264ed97fa2
parentfee48aa108ffff25a77a5aeb486cdba1e4302e86
Add ability to use custom config in DHCP-agent

This patch doesn't changes behaviour of dhcp-agent
but adds the opportunity to use user-defined config,
that will make dhcp-agent more flexible
and allows to run functional tests correctly
(without changing global oslo.config CONF)

Closes-Bug: #1492283
Change-Id: Ice807e8fc872b56bb3960b7a3de4110c7675d9d6
neutron/agent/dhcp/agent.py
neutron/agent/dhcp_agent.py
neutron/cmd/sanity_check.py
neutron/tests/unit/agent/dhcp/test_agent.py