Remove enable_notifications when using sahara::notify

The parameter has been removed from puppet-sahara in
https://review.openstack.org/#/c/444051/. Now to enable
the service the only required parameter is to use
notification_driver which is already used.

Change-Id: I6d8d724c61d79d5af9a2f98e3bcf2f449c8a186f
Closes-Bug: #1704927
This commit is contained in:
Alfredo Moralejo 2017-07-18 09:39:49 +02:00
parent 6d032f6908
commit 9b2babd9c9
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
class packstack::sahara::ceilometer ()
{
class { '::sahara::notify':
enable_notifications => true,
notification_driver => 'messagingv2',
}
}