neutron/releasenotes/notes/add-ExternalDNSOverQuota-exception-8728f055d4f1d43c.yaml
kpdev c16f88d148 Report ExternalDNSOverQuota exception for recordset quota error
When floating IP or port with DNS records are created and the recordset
quota value of the external dns service (e.g. designate) exceeds limit,
the recordset creation fails. Report the exact reason of failure i.e.
ExternalDNSOverQuota instead of HttpException.

Depends-On: https://review.opendev.org/c/openstack/neutron-lib/+/786174

Closes-Bug: #1923700
Change-Id: Ie1dd5c26ec0eb1875d2a6a176838598117678f4a
2021-04-27 09:43:34 +02:00

7 lines
221 B
YAML

---
fixes:
- |
Report external dns service OverQuota exception as new neutron
ConflictException (409) i.e. ExternalDNSOverQuota. Report the failure
as "External DNS Quota exceeded for resources: recordset".