From 666da139150614189ac32727e155e299edc409d9 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Fri, 10 Jun 2016 10:23:53 +0000 Subject: [PATCH] Add haproxy options --- config.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config.yaml b/config.yaml index 3768f20..fc2630b 100644 --- a/config.yaml +++ b/config.yaml @@ -39,3 +39,27 @@ options: default: RegionOne type: string description: OpenStack Region + haproxy-server-timeout: + type: int + default: 30000 + description: | + Server timeout configuration in ms for haproxy, used in HA + configurations. + haproxy-client-timeout: + type: int + default: 30000 + description: | + Client timeout configuration in ms for haproxy, used in HA + configurations. + haproxy-queue-timeout: + type: int + default: 5000 + description: | + Queue timeout configuration in ms for haproxy, used in HA + configurations. + haproxy-connect-timeout: + type: int + default: 5000 + description: | + Connect timeout configuration in ms for haproxy, used in HA + configurations.