kolla-ansible/releasenotes/notes/fix-neutron-and-designate-DNS-integration-5abedb5e09e4fc15.yaml
Bartosz Bezak 43f43c97c4 Refine release notes before kolla 2024.1 release
Change-Id: I9e4933cecd5c1e336b1bdc1072925fa73cd0c8ee
2024-05-07 13:07:04 +02:00

27 lines
1012 B
YAML

---
upgrade:
- |
The configuration variable ``designate_enable_notifications_sink`` has
been changed to ``no``, configuring notifications for designate in neutron,
nova, and control deployment of ``designate-sink`` which is now optional.
Operators who want to keep the previous behavior should set this to
``true``.
features:
- |
New variables have been added to be used by the neutron role,
``neutron_dns_integration`` and ``neutron_dns_domain``.
They allow enabling/disabling internal/external DNS integrations, or their
combinations.
fixes:
- |
The configuration of DNS integrations has been fixed. See `LP##2049503
<https://bugs.launchpad.net/kolla-ansible/+bug/2049503>`__,
`DNS Integration
<https://docs.openstack.org/neutron/latest/admin/config-dns-int.html>`__,
and the `DNS Integration with an External Service
<https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html#config-dns-int-ext-serv>`__
for details.