manila/releasenotes/notes/remove-old-notif-drivers-ea9f3837c8e82a41.yaml
Takashi Kajinami ffb3378d62 Drop old notification driver names
These were added in Havana cycle to keep compatibility during migration
to oslo.messaging[1]. Since multiple cycles have passed and we can now
expect users are using oslo.messaging drivers instead of these
deprecated names, we now remove these ancient treatment.

The same removal has already been done in other projects such as Nova
or Cinder.

[1] 8e5da48361

Change-Id: Ib7080947cdefbf04cb1a169de19c67ccd803d458
2023-01-20 13:24:33 +09:00

12 lines
447 B
YAML

---
upgrade:
- |
The following aliases of notification drivers are no longer available. Use
the driver names in the ``oslo.messaging`` library instead.
- ``manila.openstack.common.notifier.log_notifier``
- ``manila.openstack.common.notifier.no_op_notifier``
- ``manila.openstack.common.notifier.rpc_notifier``
- ``manila.openstack.common.notifier.rpc_notifier2``
- ``manila.openstack.common.notifier.test_notifier``