diff options
Diffstat (limited to 'manifests/profile/pacemaker/ceilometer/agent/notification.pp')
-rw-r--r-- | manifests/profile/pacemaker/ceilometer/agent/notification.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/ceilometer/agent/notification.pp b/manifests/profile/pacemaker/ceilometer/agent/notification.pp index e419356..394cc36 100644 --- a/manifests/profile/pacemaker/ceilometer/agent/notification.pp +++ b/manifests/profile/pacemaker/ceilometer/agent/notification.pp @@ -37,6 +37,7 @@ class tripleo::profile::pacemaker::ceilometer::agent::notification ( if $step >= 5 and downcase($::hostname) == $pacemaker_master { pacemaker::resource::service { $::ceilometer::params::agent_notification_service_name : + op_params => 'start timeout=200s stop timeout=200s', clone_params => 'interleave=true', } } |