From e9aeae4a4f6b19d62263fc5d23ddbf08c4ed13fc Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 17 Jul 2015 10:39:23 -0400 Subject: Set rabbitmq heatbeat timeout threshold to 60 Updates the default settings for Nova, Neutron, Cinder, Ceilometer, and Heat services so we set the default rabbitmq threshold to 60 seconds. Change-Id: If537ae16968eb6b264b2ab071144f1eecab18b64 --- puppet/hieradata/common.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'puppet') diff --git a/puppet/hieradata/common.yaml b/puppet/hieradata/common.yaml index 7a035435..9d152570 100644 --- a/puppet/hieradata/common.yaml +++ b/puppet/hieradata/common.yaml @@ -26,3 +26,9 @@ sysctl_settings: value: 5 net.ipv4.tcp_keepalive_time: value: 5 + +nova::rabbit_heartbeat_timeout_threshold: 60 +neutron::rabbit_heartbeat_timeout_threshold: 60 +cinder::rabbit_heartbeat_timeout_threshold: 60 +ceilometer::rabbit_heartbeat_timeout_threshold: 60 +heat::rabbit_heartbeat_timeout_threshold: 60 -- cgit 1.2.3-korg