openstack-ansible-os_neutron/releasenotes/notes/adding-new-neutron-plugin_base-extension-dbe31debf2187ed1.yaml
Satish Patel 10e31ea1e2 Adding support of subnet_dns_publish_fixed_ip extension in ml2 plugin
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 [1].

[1] https://docs.openstack.org/neutron/latest/admin/config-dns-int-ext-serv.html

Change-Id: I095564cec0f5804e4d0ea9b5201ed40b9d9be603
2021-03-22 21:44:14 +00:00

8 lines
282 B
YAML

---
upgrade:
- |
Adds the ``subnet_dns_publish_fixed_ip`` option extension in ml2 plugin.
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.