Merge "Add support for PROXYV2 protocol"

This commit is contained in:
Zuul 2021-02-01 09:36:02 +00:00 committed by Gerrit Code Review
commit f0554b50e7
2 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,7 @@ from octaviaclient.osc.v2 import constants as const
from octaviaclient.osc.v2 import utils as v2_utils
PROTOCOL_CHOICES = ['TCP', 'HTTP', 'HTTPS', 'TERMINATED_HTTPS', 'PROXY',
'UDP', 'SCTP']
'PROXYV2', 'UDP', 'SCTP']
ALGORITHM_CHOICES = ['SOURCE_IP', 'ROUND_ROBIN', 'LEAST_CONNECTIONS',
'SOURCE_IP_PORT']

View File

@ -0,0 +1,4 @@
---
features:
- |
Added support for the PROXYV2 protocol.