designate/releasenotes/notes/Fix-recordset-records-quota-76ed3095dd2afbbe.yaml
zhouhenglc df10ff5b5c Fix recordset_records quota enforcement
First I set recordset_records=3, and I can create recordset with 4 records
successfully.
Now enforce record quota by count records in database. when create recordset
the number in database is 0., and quotas will not work no matter how much
quota recordset_records are set. And once the excess quota is created
successfully, it can not be updated. Unless quotas are updated.

Closes-Bug: #1847200

Change-Id: If8bc6043d95f52f67899a5ac69a2f72c8fd4de17
2022-02-11 20:49:45 +00:00

5 lines
96 B
YAML

---
fixes:
- |
Fixed an issue that caused the recordset_records quota to not be enforced.