From 4db4b455ad9716322f3e4f5ada7f6cc38b9b367e Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 13 Jan 2016 21:12:57 +0100 Subject: Disable ip_nonlocal_bind (rely on the HAProxy 'transparent' option) Change-Id: Ib57a4bf463900e68cbf97900027f972e590799c2 --- manifests/loadbalancer.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index fdb5950..2690a6e 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -764,8 +764,6 @@ class tripleo::loadbalancer ( "${redis_vip}:6379" => $haproxy_listen_bind_param, } - sysctl::value { 'net.ipv4.ip_nonlocal_bind': value => '1' } - class { '::haproxy': service_manage => $haproxy_service_manage, global_options => { -- cgit 1.2.3-korg