summaryrefslogtreecommitdiff
path: root/releasenotes/notes/Fix-Delete-back-end-zone-resources-upon-zone-deletion-da0051432c95c8e2.yaml
blob: 6ae1f9661edcbc6c1e0aac654308ab01d7fe2358 (plain)
1
2
3
4
5
6
7
8
9
---
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.