Merge "Add backward compatibility for notification_driver"

This commit is contained in:
Jenkins 2014-08-23 15:37:59 +00:00 committed by Gerrit Code Review
commit 5b0fd8836b
1 changed files with 7 additions and 0 deletions

View File

@ -65,6 +65,13 @@ heat.templates =
HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:CfnTemplate
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._impl_messaging:MessagingV2Driver
heat.openstack.common.notifier.rpc_notifier = oslo.messaging.notify._impl_messaging:MessagingDriver
heat.openstack.common.notifier.test_notifier = oslo.messaging.notify._impl_test:TestDriver
[global]
setup-hooks =