From f8646fd95f6e5ca6e1c9a972e1675933db86ef84 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Fri, 10 Mar 2017 12:46:49 +0800 Subject: [PATCH] Remove enable_notifications parameter in sahara.pp The enable_notifications option has beed deprecated and will be removed in puppet-sahara. So we can remove it. Change-Id: I2d3dff9ae45b8e409c5deecc9dfb70b3555a99e4 --- manifests/sahara.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/sahara.pp b/manifests/sahara.pp index 63171bb42..3bb94c395 100644 --- a/manifests/sahara.pp +++ b/manifests/sahara.pp @@ -55,9 +55,7 @@ class openstack_integration::sahara { } class { '::sahara::service::engine': } class { '::sahara::client': } - class { '::sahara::notify': - enable_notifications => true, - } + class { '::sahara::notify': } # for ubuntu we need saharaclient >= 0.15.0 if $::osfamily == 'RedHat' {