DuplicateRecord when assigning floating IP
I have created a zone in Designate like this:
openstack zone create --email "mail@test.example.com" test.example.com.
I have then created a Heat stack with a router and a network. The network has test.example.com
set as the DNS domain.
I create an instance on and attach to the network. When I assign a floating IP I get an error:
Unable to associate floating IP 10.51.0.27 to fixed IP 192.168.0.11 for instance 4c82477e-5281-499c-8919-c2a62fc9a1e0.
Error: Request Failed: internal server error while processing your request.
Neutron server returns request_ids: ['req-59fc2242-a59a-4bcf-8cef-9af3e0119da3']
But when I check the instance it has a floating IP assigned and I can reach it properly.
When I check the logs for neutron I see this:
update failed: No details.: Conflict: Duplicate RecordSet
Any ideas on what I might have done wrong, or how to further troubleshoot this?
While I don’t know that much about Designate, I would check Designate logs and also inspect the DNS record(s) that Designate created.
Designate contains the same error: Duplicate RecordSet. No other clues unfortunately.