c38810b15f
The following unused rpc calls were removed. - create_record - update_record - delete_record - sync_record - sync_zone - sync_zones - touch_zone Change-Id: Iaccdb9b7d586ee04270dad656924a8867f8f7c2c
16 lines
421 B
YAML
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``
|