]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
When disabling dhcp, delete fixed ip properly
authorwatanabe.isao <zou.yun@jp.fujitsu.com>
Fri, 20 Feb 2015 08:38:16 +0000 (17:38 +0900)
committerwatanabe isao <zou.yun@jp.fujitsu.com>
Wed, 13 May 2015 04:54:47 +0000 (04:54 +0000)
commit2acdbf3bac7f4a967e2ef8f98b2ac14fa0f7f861
treed326d825c62246d5081adb652d756d9dfbbf59ae
parentc5188d8bf8493e4b075689f64251f85231e696a2
When disabling dhcp, delete fixed ip properly

When setting enable_dhcp parameter of subnet to False, the fixed ip of
dhcp port of this subnet is not been removed.
Also a resync will be triggered.

Change-Id: Iebd2c7922978bec0ef154866f24319e899e3b88e
Closes-Bug: 1417379
neutron/agent/linux/dhcp.py
neutron/tests/unit/agent/dhcp/test_agent.py