From 9b2babd9c90af487d43479eaeaeacf03b7904f7f Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Tue, 18 Jul 2017 09:39:49 +0200 Subject: [PATCH] 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 --- .../puppet/modules/packstack/manifests/sahara/ceilometer.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/packstack/puppet/modules/packstack/manifests/sahara/ceilometer.pp b/packstack/puppet/modules/packstack/manifests/sahara/ceilometer.pp index 28efe4666..301a08eae 100644 --- a/packstack/puppet/modules/packstack/manifests/sahara/ceilometer.pp +++ b/packstack/puppet/modules/packstack/manifests/sahara/ceilometer.pp @@ -1,7 +1,6 @@ class packstack::sahara::ceilometer () { class { '::sahara::notify': - enable_notifications => true, notification_driver => 'messagingv2', } }