The 'nova.openstack.common.notifier.rabbit_notifier' is deprecated since
the G release of Openstack, it has to be replaced with
'nova.openstack.common.notifier.rpc_notifier'.
Change-Id: I2174bc1b6504bacfeb427b2f5b8f8dc19c167dcb
file_line {
'nova-notification-driver-common':
line =>
- 'notification_driver=nova.openstack.common.notifier.rabbit_notifier',
+ 'notification_driver=nova.openstack.common.notifier.rpc_notifier',
path => '/etc/nova/nova.conf',
notify => Service['nova-compute'];
'nova-notification-driver-ceilometer':
it 'configures nova notification driver' do
should contain_file_line('nova-notification-driver-common').with(
- :line => 'notification_driver=nova.openstack.common.notifier.rabbit_notifier',
+ :line => 'notification_driver=nova.openstack.common.notifier.rpc_notifier',
:path => '/etc/nova/nova.conf',
:notify => 'Service[nova-compute]'
)