]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Reload DHCP interface when its port is updated
authorKevin Benton <blak111@gmail.com>
Thu, 12 Mar 2015 09:06:47 +0000 (02:06 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 27 Mar 2015 07:53:51 +0000 (00:53 -0700)
commitc4a7447e2d659b3a240a62ae9d34e6e0b9cee7a3
tree011f34c0c3f1d8816398f09c34d0dd4ccc9685c5
parent5c6781a6f76a470ca67be7970981ebc46c62c70a
Reload DHCP interface when its port is updated

When a DHCP port corresponding to a DHCP agent is updated,
trigger a reload on the namespace so it uses the latest port
attributes (e.g. IP address).

Closes-Bug: #1431248
Change-Id: I3d1d7b95a8baa4416f1ea3fbbf25a51b818c2c23
neutron/agent/dhcp/agent.py
neutron/tests/unit/test_dhcp_agent.py