fc905bf760
Removed unused central rpc calls and extended testing on previously untested paths. The following rpc calls were removed. - count_records - count_recordsets - count_zones - count_tenants - delete_zone_transfer_accept - find_blacklist - find_record - find_zone - find_zone_transfer_accept - find_zone_transfer_request - get_record - get_quota - update_zone_transfer_accept Change-Id: I705cfc06f56a1f1285e9c0d29541dc10505ae62f
22 lines
619 B
YAML
22 lines
619 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Removed the following unused central rpc calls. This should not impact
|
|
normal installations, but if these are used in any custom written backends
|
|
or plugins that you are using, you will need to update your code before
|
|
upgrading.
|
|
|
|
- ``count_records``
|
|
- ``count_recordsets``
|
|
- ``count_zones``
|
|
- ``count_tenants``
|
|
- ``delete_zone_transfer_accept``
|
|
- ``find_blacklist``
|
|
- ``find_record``
|
|
- ``find_zone``
|
|
- ``find_zone_transfer_accept``
|
|
- ``find_zone_transfer_request``
|
|
- ``get_record``
|
|
- ``get_quota``
|
|
- ``update_zone_transfer_accept``
|