From 1d76a3e2c7c38b73c19e9bc0563856f2e9f22d50 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 20 May 2019 12:58:37 -0700 Subject: [PATCH] Correct OVN driver feature matrix We discovered that the OVN driver only supports the SOURCE_IP load balancing algorithm instead of the previously listed ROUND_ROBIN. Change-Id: I1bf46b3846088ceede848e8288ed68d2ba4df061 --- .../user/feature-classification/feature-matrix-pool.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user/feature-classification/feature-matrix-pool.ini b/doc/source/user/feature-classification/feature-matrix-pool.ini index 9e90707ec7..5d0b861aba 100644 --- a/doc/source/user/feature-classification/feature-matrix-pool.ini +++ b/doc/source/user/feature-classification/feature-matrix-pool.ini @@ -58,14 +58,14 @@ title=lb_algorithm - ROUND_ROBIN notes=The pool will direct connections to the next member server, one after the other, rotating through the available memeber servers. cli=openstack loadbalancer pool create --lb-algorithm ROUND_ROBIN --listener driver.amphora=complete -driver.ovn=complete +driver.ovn=missing [operation.lb_algorithm.SOURCE_IP] title=lb_algorithm - SOURCE_IP notes=The pool will direct connections to the member server based on a has of the source IP. cli=openstack loadbalancer pool create --lb-algorithm SOURCE_IP --listener driver.amphora=complete -driver.ovn=missing +driver.ovn=complete [operation.description] title=description