bda1466811
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
(cherry picked from commit 4a77533259
)
6 lines
227 B
YAML
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.
|