aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/sahara/api.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/pacemaker/sahara/api.pp')
-rw-r--r--manifests/profile/pacemaker/sahara/api.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/sahara/api.pp b/manifests/profile/pacemaker/sahara/api.pp
index 0e3d97a..70632d1 100644
--- a/manifests/profile/pacemaker/sahara/api.pp
+++ b/manifests/profile/pacemaker/sahara/api.pp
@@ -43,6 +43,7 @@ class tripleo::profile::pacemaker::sahara::api (
if $step >= 5 and $pacemaker_master {
# Sahara
pacemaker::resource::service { $::sahara::params::api_service_name :
+ op_params => 'start timeout=200s stop timeout=200s',
clone_params => 'interleave=true',
}
}