'openstack zone delete' command does not remove zone information from designate's storage.

Bug #1506757 reported by sonu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Designate
Expired
Undecided
Unassigned

Bug Description

when we use 'openstack zone delete' command with specified zone id. The zone is not deleted from storage after successful deletion.

sonu (sonu-bhumca11)
description: updated
Revision history for this message
Tim Simmons (timsim) wrote :

Designate "soft deletes" zones when they are deleted via API.

http://paste.openstack.org/show/477999/

The zone is "deleted" in that it won't get pushed to nameservers and it can not be updated, and a new zone with that name can be created.

There is a periodic zone manager task to clean up deleted zones:
https://github.com/openstack/designate/blob/master/designate/zone_manager/tasks.py#L93

However, if you mean that the zone was still available via API and Nameserver, without an error status. This is a problem.

Changed in designate:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Designate because there has been no activity for 60 days.]

Changed in designate:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.