diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-24 23:00:07 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-24 23:00:07 +0000 |
commit | 8c9e3447088a2bf5f69f149248dcf221d1be26c9 (patch) | |
tree | 4c3e4aa04fe7298ff5d60ca771ccb06483e334a9 | |
parent | 386fc6089060eadf73fbad6123ae096ba2205572 (diff) | |
parent | e9aeae4a4f6b19d62263fc5d23ddbf08c4ed13fc (diff) |
Merge "Set rabbitmq heatbeat timeout threshold to 60"
-rw-r--r-- | puppet/hieradata/common.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/hieradata/common.yaml b/puppet/hieradata/common.yaml index 272a6688..ab88a69a 100644 --- a/puppet/hieradata/common.yaml +++ b/puppet/hieradata/common.yaml @@ -27,3 +27,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 |