Update doc about ovn-octavia HM type limitation

Clarify that HM type is not supported for SCTP because OVN
health checks is just supporting TCP and UDP-CONNECT.

Change-Id: Ice771ae36a521baad792c935fd2481602548a24d
This commit is contained in:
Fernando Royo 2023-04-10 17:12:28 +02:00
parent f9319a185b
commit 79fb5bf86c

View File

@ -44,6 +44,10 @@ These include:
* Only the SOURCE_IP_PORT load balancing algorithm is supported, others
like ROUND_ROBIN and LEAST_CONNECTIONS are not currently supported.
* OVN supports health checks for TCP and UDP-CONNECT protocols, but not for
SCTP. Therefore, when configuring a health monitor, you cannot use SCTP as
the type.
* Due to nature of OVN octavia driver (flows distributed in all the nodes)
there is no need for some of the amphora specific functionality that is
specific to the fact that a VM is created for the load balancing actions. As