Comment 1 for bug 1741079

Revision history for this message
Miguel Lavalle (minsel) wrote : Re: Deleting heat stack doesnt delete dns records

Just to be clear on the situation, let's clarify something. Port data is being sent by Neutron to Designate, correct? If that is the case, we are talking about external dns integration.

I am assuming then external dns integration with Designate. When a port is deleted, it's corresponding records in Designate are deleted just before the port is actually deleted, because the code that takes care of it is triggered by a BEFORE_DELETE event: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/extensions/dns_integration.py#L530-L532. So my next question is: are the ports being deleted properly by Heat?