d193b0c70c
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
10 lines
477 B
YAML
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.
|