Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete reverse floating IP records on FIP deletion #3

Open
wants to merge 1 commit into
base: stable/train
Choose a base branch
from

Conversation

kpawar89
Copy link

When floating ip is created without dns_name and dns_domain, ptr record
is created in desigate. After setting ptrdname on ptr record, new
reverse floating ip record is created within zone. After deletion of
floating ip the record still exist.
Fix this issue by trying to delete recordset within zone by admin_client
and allowed to see all projects. Keep the existing logic of floating ip
deletion with dns_domain and dns_name as it was.

Closes-Bug: #1746627

When floating ip is created without dns_name and dns_domain, ptr record
is created in desigate. After setting ptrdname on ptr record, new
reverse floating ip record is created within zone. After deletion of
floating ip the record still exist.
Fix this issue by trying to delete recordset within zone by admin_client
and allowed to see all projects. Keep the existing logic of floating ip
deletion with dns_domain and dns_name as it was.

Closes-Bug: #1746627
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants