designate/releasenotes/notes/remove-unused-rpc-calls-b123902ea0c55c19.yaml
Erik Olof Gunnar Andersson c38810b15f Remove unused central code
The following unused rpc calls were removed.
- create_record
- update_record
- delete_record
- sync_record
- sync_zone
- sync_zones
- touch_zone

Change-Id: Iaccdb9b7d586ee04270dad656924a8867f8f7c2c
2022-02-14 20:35:31 +00:00

16 lines
421 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.
- ``create_record``
- ``update_record``
- ``delete_record``
- ``sync_record``
- ``sync_zone``
- ``sync_zones``
- ``touch_zone``