aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/heat/api_cloudwatch.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-04 09:12:27 +0000
committerGerrit Code Review <review@openstack.org>2016-10-04 09:12:27 +0000
commit264d49a255024eba9ea3bf2086c63e9d49b6da11 (patch)
tree311c161c9ffee8de04717affcd683a345cf56d72 /manifests/profile/pacemaker/heat/api_cloudwatch.pp
parentd86516383390f73134b427fe2e4627161840409f (diff)
parent0bc59a7362ea5c9a01fe8bf521e19a4014577079 (diff)
Merge "Fix the timeout for pacemaker systemd resources"
Diffstat (limited to 'manifests/profile/pacemaker/heat/api_cloudwatch.pp')
-rw-r--r--manifests/profile/pacemaker/heat/api_cloudwatch.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/heat/api_cloudwatch.pp b/manifests/profile/pacemaker/heat/api_cloudwatch.pp
index 6110a0c..9403812 100644
--- a/manifests/profile/pacemaker/heat/api_cloudwatch.pp
+++ b/manifests/profile/pacemaker/heat/api_cloudwatch.pp
@@ -43,6 +43,7 @@ class tripleo::profile::pacemaker::heat::api_cloudwatch (
if $step >= 5 and $pacemaker_master {
# Heat
pacemaker::resource::service { $::heat::params::api_cloudwatch_service_name :
+ op_params => 'start timeout=200s stop timeout=200s',
clone_params => 'interleave=true',
}
}