neutron/releasenotes/notes/add-dns-domain-to-ports-f71359d75909a2d5.yaml
Miguel Lavalle 4a77533259 Add port dns_domain processing logic
This patchset adds logic to the ML2 DNS integration extension to process
a new dns_domain attribute associated to ports.

This patchset belongs to a series that adds dns_domain attribute
functionality to ports.

DocImpact: Ports have a new dns_domain attribute, that takes precedence
           over networks dns_domain when published to an external DNS
           service.

APIImpact: Users can now specify a dns_domain attribute in port POST and
           PUT operations.

Change-Id: I02d8587d3a1f9f3f6b8cbc79dbe8df4b4b99a893
Partial-Bug: #1650678
2017-08-08 18:42:43 -05:00

6 lines
227 B
YAML

---
features:
- Ports have now a ``dns_domain`` attribute. A port's ``dns_domain``
attribute has precedence over the network's ``dns_domain``
from the point of view of publishing it to the external DNS service.