4a66fa833e
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
12 lines
560 B
YAML
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.
|