Comment 6 for bug 1746627

Revision history for this message
kiran pawar (kpdev) wrote :

No, there is another bug I believe.

 openstack floating ip delete 172.24.4.112
 openstack ptr record list <------- nothing shown

ptr record is deleted but recordset is not deleted. Executing below command after floating ip deletion shows PTR record (apart from default SOA and NS records)

openstack recordset list --all-projects 4.24.172.in-addr.arpa.

Is it mandatory to unset ptr record before floating ip deletion ?
OR
Neutron should handle deletion of PTR recordset entry even-if user did not unset ptr record ?