neutron-lib/releasenotes/notes/subnet-dns-publish-fixed-ip-031d78bbc85a419e.yaml
Jens Harbott 56e0979fdd Add 'dns_publish_fixed_ip' attribute to Subnet
Add a new attribute ``dns_publish_fixed_ip`` into ``subnet``
resource. This attribute will be used to indicate whether to publish DNS
records for fixed IPs from this subnet.

Neutron patch: https://review.opendev.org/662409

Thanks go to [0] which I took as a reference to create this patch.

[0] I1371fc0b47c0015423e4346ffd43d39c8264b1a3

Change-Id: I08ef19fcc06559c92ae3f8e6e66c5fd896815232
Partial-Bug: 1784879
2019-06-14 09:26:27 +00:00

9 lines
331 B
YAML

---
features:
- |
The ``subnet-dns-publish-fixed-ip`` API extension is added. It adds the
``dns_publish_fixed_ip`` attribute to subnets, indicating whether
to publish DNS records for fixed IPs from this subnet in an external
DNS service. For details see
[`bug 1784879 <https://launchpad.net/bugs/1784879>`_].