Merge "neutron: use non-deprecated notification_driver"

This commit is contained in:
Jenkins 2014-09-18 05:49:58 +00:00 committed by Gerrit Code Review
commit 3148d8a713

View File

@ -799,7 +799,7 @@ function _configure_neutron_metadata_agent {
}
function _configure_neutron_ceilometer_notifications {
iniset $NEUTRON_CONF DEFAULT notification_driver neutron.openstack.common.notifier.rpc_notifier
iniset $NEUTRON_CONF DEFAULT notification_driver messaging
}
function _configure_neutron_lbaas {