Remove legacy oslo.messaging.notify.drivers
These were deprecated in https://review.openstack.org/247906 Now that Liberty is EOL we can remove these legacy entrypoints. Closes-Bug: #1639103 Change-Id: I94e61cb219b23ce2f5d0f34dc9ae1c87650568bd
This commit is contained in:
parent
b9d0a5b885
commit
562b6380b8
@ -0,0 +1,9 @@
|
||||
---
|
||||
prelude: |
|
||||
``oslo.messaging.notify.drivers`` entry points have been removed
|
||||
other:
|
||||
- |
|
||||
The ``oslo.messaging.notify.drivers`` entry points that were left in
|
||||
tree for backward compatibility with Icehouse have been removed.
|
||||
Configure notifications using the oslo_messaging configuration options
|
||||
in ``neutron.conf``.
|
@ -118,14 +118,6 @@ neutron.agent.linux.pd_drivers =
|
||||
dibbler = neutron.agent.linux.dibbler:PDDibbler
|
||||
neutron.services.external_dns_drivers =
|
||||
designate = neutron.services.externaldns.drivers.designate.driver:Designate
|
||||
# These are for backwards compat with Icehouse notification_driver configuration values
|
||||
# TODO(mriedem): Remove these once liberty-eol happens.
|
||||
oslo.messaging.notify.drivers =
|
||||
neutron.openstack.common.notifier.log_notifier = oslo_messaging.notify._impl_log:LogDriver
|
||||
neutron.openstack.common.notifier.no_op_notifier = oslo_messaging.notify._impl_noop:NoOpDriver
|
||||
neutron.openstack.common.notifier.test_notifier = oslo_messaging.notify._impl_test:TestDriver
|
||||
neutron.openstack.common.notifier.rpc_notifier2 = oslo_messaging.notify.messaging:MessagingV2Driver
|
||||
neutron.openstack.common.notifier.rpc_notifier = oslo_messaging.notify.messaging:MessagingDriver
|
||||
oslo.config.opts =
|
||||
neutron = neutron.opts:list_opts
|
||||
neutron.agent = neutron.opts:list_agent_opts
|
||||
|
Loading…
Reference in New Issue
Block a user