Remove heat.openstack.common.notifier supports

Remove backwards compatibility for heat.openstack.common.notifier.
We remove that feature since Juno and should be acceptable to drop
support in Newton.
Closes-Bug: 1592490

Change-Id: I6314b3c264cb2609c01063509a4700ca3108a34a
This commit is contained in:
ricolin 2016-06-15 01:27:35 +08:00
parent 9722a78840
commit 43b83b8a44
1 changed files with 0 additions and 8 deletions

View File

@ -148,14 +148,6 @@ heat.templates =
HeatTemplateFormatVersion.2016-10-14 = heat.engine.cfn.template:HeatTemplate20161014
AWSTemplateFormatVersion.2010-09-09 = heat.engine.cfn.template:CfnTemplate
# These are for backwards compat with Icehouse notification_driver configuration values
oslo.messaging.notify.drivers =
heat.openstack.common.notifier.log_notifier = oslo_messaging.notify._impl_log:LogDriver
heat.openstack.common.notifier.no_op_notifier = oslo_messaging.notify._impl_noop:NoOpDriver
heat.openstack.common.notifier.rpc_notifier2 = oslo_messaging.notify.messaging:MessagingV2Driver
heat.openstack.common.notifier.rpc_notifier = oslo_messaging.notify.messaging:MessagingDriver
heat.openstack.common.notifier.test_notifier = oslo_messaging.notify._impl_test:TestDriver
[global]
setup-hooks =
pbr.hooks.setup_hook