neutron/releasenotes/notes/new-abstract-method-dhcp-cleanup-4fc973915e3723b8.yaml
Sahid Orentino Ferdjaoui cb332acb29 dhcp: add/use cleanup stale devices API
This is adding new API for the dhcp driver to clean stale
devices. Previously it was not necessary since a dhcp port was related
to a nemaspace and when the namespace got deleted, the device was also
removed.

Now with multisegments we can have more than one dhcp port per
namespace based on segmenation id so we should ensure to remove the
stale device.

Partial-Bug: #1956435
Partial-Bug: #1764738
Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>
Change-Id: I4a46b034a5feabb914bc6fd121d68e20278230b5
2022-10-11 08:56:51 +02:00

6 lines
124 B
YAML

---
features:
- |
Introducing `clean_devices`, a new DHCP driver's API that can be
called to clean stale devices.