heat/releasenotes/notes/add-dns_domain-to-ProviderNet-84b14a85b8653c7c.yaml
David Hill 5bc84d6419 Add dns_domain support to OS::Neutron::ProviderNet
It is actually possible to set OS::Neutron::Net-dns_domain but
not OS::Neutron::ProviderNet-dns_domain with heat.   Since this
is allowed using python-neutronclient, there're no reasons to
not allow this using heat.

Change-Id: I5b085e469f3fd24c797d5dcaf39dbe56f6ad5cdf
Task: 36808
2020-02-24 23:02:41 +00:00

7 lines
201 B
YAML

---
features:
- |
Added ``dns_domain`` property to resource type
``OS::Neutron::ProviderNet``. This specifies the DNS domain to use when
publishing DNS records for ports on this network.