Drop duplicate config keys (yaml syntax error)
The yamllint command reported hard errors because of duplicate keys in config.yaml Closes-Bug: #1747002 Change-Id: I3b7b36b46b3e3d35936ee03ba8b5d7fc1e7bb5db
This commit is contained in:
parent
d4db0181cd
commit
a4d7f11071
25
config.yaml
25
config.yaml
@ -171,30 +171,6 @@ options:
|
|||||||
description: |
|
description: |
|
||||||
Default multicast port number that will be used to communicate between
|
Default multicast port number that will be used to communicate between
|
||||||
HA Cluster nodes.
|
HA Cluster nodes.
|
||||||
haproxy-server-timeout:
|
|
||||||
type: int
|
|
||||||
default:
|
|
||||||
description: |
|
|
||||||
Server timeout configuration in ms for haproxy, used in HA
|
|
||||||
configurations. If not provided, default value of 90000ms is used.
|
|
||||||
haproxy-client-timeout:
|
|
||||||
type: int
|
|
||||||
default:
|
|
||||||
description: |
|
|
||||||
Client timeout configuration in ms for haproxy, used in HA
|
|
||||||
configurations. If not provided, default value of 90000ms is used.
|
|
||||||
haproxy-queue-timeout:
|
|
||||||
type: int
|
|
||||||
default:
|
|
||||||
description: |
|
|
||||||
Queue timeout configuration in ms for haproxy, used in HA
|
|
||||||
configurations. If not provided, default value of 9000ms is used.
|
|
||||||
haproxy-connect-timeout:
|
|
||||||
type: int
|
|
||||||
default:
|
|
||||||
description: |
|
|
||||||
Connect timeout configuration in ms for haproxy, used in HA
|
|
||||||
configurations. If not provided, default value of 9000ms is used.
|
|
||||||
# Network config (by default all access is over 'private-address')
|
# Network config (by default all access is over 'private-address')
|
||||||
os-admin-network:
|
os-admin-network:
|
||||||
type: string
|
type: string
|
||||||
@ -320,4 +296,3 @@ options:
|
|||||||
description: |
|
description: |
|
||||||
SSL CA to use with the certificate and key provided - this is only
|
SSL CA to use with the certificate and key provided - this is only
|
||||||
required if you are providing a privately signed ssl_cert and ssl_key.
|
required if you are providing a privately signed ssl_cert and ssl_key.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user