From d50a8c145321f89a1cd2ad36a84181c24f922674 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 27 Jan 2016 18:56:31 +0000 Subject: [PATCH] Drop the openqa haproxy check in production too. --- roles/haproxy/templates/haproxy.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 9798507bcd..0639646ad3 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -220,7 +220,6 @@ listen mdapi 0.0.0.0:10043 listen openqa 0.0.0.0:10044 balance hdr(appserver) server openqa01 openqa01:80 check inter 10s rise 1 fall 2 - option httpchk GET /api/v1/jobs/1 listen pdc 0.0.0.0:10045 balance hdr(appserver)