designate/designate/quota
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
..
__init__.py Moved most configuration into designate.conf 2019-05-28 23:54:00 +00:00
base.py Fix recordset_records quota enforcement 2022-02-11 20:49:45 +00:00
impl_noop.py Use modules for import not objects 2016-12-09 17:11:30 +07:00
impl_storage.py Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00