116b202d18
The managed option has been deprecated for 3 years now, and is risky in general as it can cause custom sink handlers to delete all records in a zone by mistake. This also allows us to clean the code path up a bit. Related-Bug: #1387662 Change-Id: Id6174eb7df0c7bc9d138e74f72b6931a025ec818
8 lines
254 B
YAML
8 lines
254 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Custom notification handlers that created unmanaged records will need to be updated,
|
|
as we no longer support the creation of unmanaged records using the sink.
|
|
|
|
See `designate/notification_handler/base.py` for more details.
|