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