neutron-lib/releasenotes/notes/remove-registry-notify-76a2f6eb6bbf41bf.yaml
Nurmatov Mamatisa ecb63131ec Remove deprecated method registry.notify
All Neutron code now is using payload style callback.
After stadium projects code will be switch to payload
style callback notify() can be removed

Depends-On: https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/808024
Depends-On: https://review.opendev.org/c/openstack/networking-odl/+/808028
Change-Id: I4dd0d65f0e7b2c5161f725e542b795e0ba4ba2fe
2021-09-20 09:26:07 +00:00

6 lines
213 B
YAML

---
other:
- The deprecated method neutron_lib.callbacks.registry.notify()`` and
``neutron_lib.callbacks.manager.CallbacksManager.notify()`` has been
removed in favor of their ``publish()`` counterparts