Per the upstream docs https://docs.openstack.org/designate/latest/user/neutron-integration.html
One of these extensions must be enabled to allow Neutron and, via Neutron, Nova to automatically create DNS recordsets in Designate:
dns-integration
dns-domain-ports (includes dns-integration)
subnet-dns-publish-fixed-ip (includes dns-integration and dns-domain-ports)
dns-integration-domain-keywords (includes all others)However:
aborrero@cloudcontrol1005:~$ sudo wmcs-openstack extension list --network -f value -c Alias | grep -i dns [ .. nothing .. ]
I wonder how we do this.