neutron/releasenotes/notes/oslo.messaging.notify.drivers-abb0d17b9e1bd470.yaml
Ihar Hrachyshka 4a66fa833e Multiple tweaks for Ocata release notes
Those hopefully are of benefit. The major bit of the change is stopping
to use prelude section for all current release notes. This is because
the section is supposed to contain global release notes, not
feature-specific.

Other tweaks are open for debate.

Change-Id: I1d5e46591195a9756ee9fd5276f163794c366528
2017-01-15 01:46:21 +00:00

12 lines
560 B
YAML

---
upgrade:
- Obsolete ``oslo.messaging.notify.drivers`` entrypoints that were left
in tree for backwards compatibility with pre-Icehouse releases have been
removed. Those are ``neutron.openstack.common.notifier.log_notifier``,
``neutron.openstack.common.notifier.no_op_notifier``,
``neutron.openstack.common.notifier.test_notifier``,
``neutron.openstack.common.notifier.rpc_notifier2``,
``neutron.openstack.common.notifier.rpc_notifier``.
Use values provided by ``oslo.messaging`` library to configure notification
drivers.