Merge "Remove heat.openstack.common.notifier supports"

This commit is contained in:
Jenkins 2016-06-17 00:36:36 +00:00 committed by Gerrit Code Review
commit 98dec2c9de
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