Hello Kenn, You have to update Designate to Mitaka's release.
Follow the steps here https://github.com/openstack/designate/blob/master/doc/source/upgrade/mitaka.rst Then in /etc/designate/designate.conf?: In [handler:nova_fixed] change: format = %(display_name)s.%(domain)s --> format = %(display_name)s.%(zone)s domain_id = .... --> zone_id = .... In [handler:neutron_floatingip] change: format = %(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s --> format = %(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(zone)s domain_id = .... --> zone_id = .... Hope that helps, ?-- Mario Vázquez Systems Engineering Scytl Secure Electronic Voting Plaça Gal·la Placidia, 1-3, 1st floor · 08006 Barcelona http://www.scytl.com NOTICE: The information in this e-mail and in any of its attachments is confidential and intended solely for the attention and use of the named addressee(s). If you are not the intended recipient, any disclosure, copying, distribution or retaining of this message or any part of it, without the prior written consent of Scytl Secure Electronic Voting, SA is prohibited and may be unlawful. If you have received this in error, please contact the sender and delete the material from any computer.
_______________________________________________ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
