Designate DNS – the default SOA and NS recordsets are counted for quota
Bug #1992445 reported by
Arkady Shtempler
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
New
|
Medium
|
Unassigned |
Bug Description
The default created SOA and NS recordsets for a Zone are counted in quota, but shouldn't.
We should only count stuffs that is created by user.
Test scenario:
1) Set quotas for a user with:
quotas = {
'zones': 7, 'zone_recordsets': 1, 'zone_records': 7,
'recordset_
2) Try to create a Zone
Expected Result:
Zone is sucsesfully created
Actual result:
Zone creation fails on:
Details: {'code': 413, 'type': 'over_quota', 'message': 'Quota exceeded for zone_recordsets.', 'request_id': 'req-0a7f59a6-
affects: | nova → designate |
To post a comment you must log in.
Patch to reproduce: https:/ /review. opendev. org/c/openstack /designate- tempest- plugin/ +/860935 recordsets_ boundary
Relevant test is: test_zone_