neutron/releasenotes/notes/fix-ovn-dns-extensions-d94ec25d20714b20.yaml
Dr. Jens Harbott 8a890ed29c
Fix list of DNS extensions supported by OVN
The OVN driver needs to announce all DNS extensions as supported,
otherwise the neutron server will reject them.

Closes-Bug: 1947127
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: Ic269902ef7a16893c4ea624b04347d04db4f52d9
2021-10-14 11:21:40 +02:00

7 lines
260 B
YAML

---
fixes:
- |
Support for the extensions ``dns_domain_ports`` and ``subnet_dns_publish_fixed_ip``
belonging to the DNS integration is now properly announced by the OVN driver.
See bug `1947127 <https://bugs.launchpad.net/neutron/+bug/1947127>`_