diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-07-08 13:27:13 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-07-08 13:28:23 +0200 |
commit | ec80b3e24a6606cf1dd2a215410beaf9ff2505e4 (patch) | |
tree | b01749721840afe5b655b86eb01c440aae04a46d | |
parent | 03f4c4ffaa21bfea5b9da2a2592198c24cd1d61d (diff) |
Remove mode tcp enforcement where unneeded, we default to mode tcp
Change-Id: Ic0ae6b743a732ccd2cf7e395b5ab172bf3daaf7d
-rw-r--r-- | manifests/loadbalancer.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/loadbalancer.pp b/manifests/loadbalancer.pp index f9877a6..3826fcf 100644 --- a/manifests/loadbalancer.pp +++ b/manifests/loadbalancer.pp @@ -714,9 +714,6 @@ class tripleo::loadbalancer ( haproxy::listen { 'glance_registry': ipaddress => hiera('glance_registry_vip', $controller_virtual_ip), ports => 9191, - options => { - 'mode' => 'tcp', - }, collect_exported => false, } haproxy::balancermember { 'glance_registry': @@ -964,7 +961,6 @@ class tripleo::loadbalancer ( ports => 6379, options => { 'timeout' => [ 'client 0', 'server 0' ], - 'mode' => 'tcp', 'balance' => 'first', 'option' => ['tcp-check',], 'tcp-check' => ['send info\ replication\r\n','expect string role:master'], |