aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-26 13:28:08 +0000
committerGerrit Code Review <review@openstack.org>2016-10-26 13:28:08 +0000
commit6da67bed0804541316a0fa105606668399cd81fc (patch)
tree2d74224daea66c72d2c88872a52a3ce7c5ec7af6 /manifests/profile
parent0b9c8fb56ae508aafca7219bfaff6e75afdfa9c2 (diff)
parentebc0c0c8a679643b6a2d0c86944b79d9c95b84fd (diff)
Merge "Remove the hardcoded tcp_keepalive false parameter"
Diffstat (limited to 'manifests/profile')
-rw-r--r--manifests/profile/base/rabbitmq.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/profile/base/rabbitmq.pp b/manifests/profile/base/rabbitmq.pp
index b521999..d90805a 100644
--- a/manifests/profile/base/rabbitmq.pp
+++ b/manifests/profile/base/rabbitmq.pp
@@ -68,7 +68,6 @@ class tripleo::profile::base::rabbitmq (
class { '::rabbitmq':
config_cluster => $manage_service,
cluster_nodes => $nodes,
- tcp_keepalive => false,
config_kernel_variables => $kernel_variables,
config_variables => $config_variables,
environment_variables => $rabbit_env,
@@ -85,7 +84,6 @@ class tripleo::profile::base::rabbitmq (
} else {
# Standard configuration
class { '::rabbitmq':
- tcp_keepalive => false,
config_kernel_variables => $kernel_variables,
config_variables => $config_variables,
environment_variables => $rabbit_env,