designate/releasenotes/notes/Fix-Delete-back-end-zone-resources-upon-zone-deletion-da0051432c95c8e2.yaml
Manish Honap d193b0c70c Add option to force delete zone-files in delete API.
Designate does not delete the zone-files on the back-end when zone is
deleted. This results in thousands leftover zone files on backend e.g.
bind. Add option in designate zone delete API to force clean/delete
zone-files on the back-end. This option is restricted for admin or
owner roles.

Closes-Bug: 1966517
Change-Id: Ic7b8fee4d4702b0632774d32542b23d7d2a8c253
2022-10-20 10:01:23 +00:00

10 lines
477 B
YAML

---
fixes:
- |
Currently designate does not provide zone specific option to delete the
zone resources (such as files) on the back-end (e.g. bind9) when the zone
is deleted. To fix this add a header ``x-designate-hard-delete`` which will
be used in the zone delete API to delete zone files on the back-end. This
is in addition to the existing per-pool configration option that will
override this new header option. This option is restricted for admin.