Merge pull request #1 from gnuoy/feature/ha-support
Add haproxy options
This commit is contained in:
commit
05f85b6027
24
config.yaml
24
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user