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
This commit is contained in:
ZhongShengping 2017-03-10 12:46:49 +08:00
parent 9373311dfe
commit f8646fd95f

View File

@ -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' {