Remove duplicate keys in sample config files
W0109: Duplicate key 'protocol' in dictionary (duplicate-key) Trivialfix Change-Id: Ic194a030edd84106217eb5ac02f9b3190d3a7ba6
This commit is contained in:
parent
ca80bc9e03
commit
e6cd43d6cc
@ -349,7 +349,6 @@ RET_LISTENER_TLS = {
|
|||||||
RET_LISTENER_TLS_SNI = {
|
RET_LISTENER_TLS_SNI = {
|
||||||
'id': 'sample_listener_id_1',
|
'id': 'sample_listener_id_1',
|
||||||
'protocol_port': '443',
|
'protocol_port': '443',
|
||||||
'protocol': 'http',
|
|
||||||
'protocol': 'TERMINATED_HTTPS',
|
'protocol': 'TERMINATED_HTTPS',
|
||||||
'default_pool': RET_POOL_1,
|
'default_pool': RET_POOL_1,
|
||||||
'connection_limit': constants.HAPROXY_MAX_MAXCONN,
|
'connection_limit': constants.HAPROXY_MAX_MAXCONN,
|
||||||
|
@ -352,7 +352,6 @@ RET_LISTENER_TLS = {
|
|||||||
RET_LISTENER_TLS_SNI = {
|
RET_LISTENER_TLS_SNI = {
|
||||||
'id': 'sample_listener_id_1',
|
'id': 'sample_listener_id_1',
|
||||||
'protocol_port': '443',
|
'protocol_port': '443',
|
||||||
'protocol': 'http',
|
|
||||||
'protocol': 'TERMINATED_HTTPS',
|
'protocol': 'TERMINATED_HTTPS',
|
||||||
'default_pool': RET_POOL_1,
|
'default_pool': RET_POOL_1,
|
||||||
'connection_limit': constants.HAPROXY_MAX_MAXCONN,
|
'connection_limit': constants.HAPROXY_MAX_MAXCONN,
|
||||||
|
Loading…
Reference in New Issue
Block a user