57bc6d167b
As described in [0] a new attribute ``dns_publish_fixed_ip`` is added to subnets, allowing to specify directly whether DNS records should be published for this subnet. This overrides the previous behaviour that makes this decision based on various properties of the network that the subnet is contained in, see [1]. [0] https://launchpad.net/bugs/1784879 [1] https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html Change-Id: I14605ead2694d9e9422b3d7b519aed2e3c340e2a Partial-Bug: 1784879
11 lines
499 B
YAML
11 lines
499 B
YAML
---
|
|
features:
|
|
- |
|
|
The ``subnet-dns-publish-fixed-ip`` extension adds a new attribute to
|
|
the definition of the subnet resource.
|
|
When set to ``true`` it will allow publishing DNS records for
|
|
fixed IPs from that subnet independent of the restrictions described
|
|
in the `DNS integration with an external service
|
|
<https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html#configuration-of-the-externally-accessible-network-for-use-case-3>`_
|
|
documentation.
|