Remove duplicate keys in sample config files

W0109: Duplicate key 'protocol' in dictionary (duplicate-key)

Trivialfix

Change-Id: Ic194a030edd84106217eb5ac02f9b3190d3a7ba6
This commit is contained in:
Brian Haley 2019-10-09 21:14:28 -04:00
parent ca80bc9e03
commit e6cd43d6cc
2 changed files with 0 additions and 2 deletions

View File

@ -349,7 +349,6 @@ RET_LISTENER_TLS = {
RET_LISTENER_TLS_SNI = {
'id': 'sample_listener_id_1',
'protocol_port': '443',
'protocol': 'http',
'protocol': 'TERMINATED_HTTPS',
'default_pool': RET_POOL_1,
'connection_limit': constants.HAPROXY_MAX_MAXCONN,

View File

@ -352,7 +352,6 @@ RET_LISTENER_TLS = {
RET_LISTENER_TLS_SNI = {
'id': 'sample_listener_id_1',
'protocol_port': '443',
'protocol': 'http',
'protocol': 'TERMINATED_HTTPS',
'default_pool': RET_POOL_1,
'connection_limit': constants.HAPROXY_MAX_MAXCONN,