[api-ref] Add new 409 response entry of floating IP creation error

When floating IP is created and the recordset quota value of the
external dns service (e.g. designate) exceeds limit, the recordset
creation fails. This throws ExternalDNSOverQuota 409 error.

Related-Bug: #1923700
Change-Id: I7d4324260318a75b5e3bcf95e5f697536d020b34
This commit is contained in:
kpdev 2021-04-23 06:50:52 +02:00
parent 0e2f7cb4d5
commit ac2898479f

View File

@ -174,6 +174,8 @@ reasons:
- The internal OpenStack Networking port and fixed IP address are
already associated with another floating IP.
- The external DNS service recordset quota exceeds the limit.
Normal response codes: 201
Error response codes: 400, 401, 404, 409