From 43b83b8a4417cfbf6119f0c933be00399e86ad49 Mon Sep 17 00:00:00 2001 From: ricolin Date: Wed, 15 Jun 2016 01:27:35 +0800 Subject: [PATCH] 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 --- setup.cfg | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.cfg b/setup.cfg index af003e9ab7..311437f6f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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