ffb3378d62
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] 8e5da48361333d2cafc6ded6e6195cb085d90913 Change-Id: Ib7080947cdefbf04cb1a169de19c67ccd803d458
12 lines
447 B
YAML
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``
|