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
This commit is contained in:
Michael Johnson 2019-05-20 12:58:37 -07:00
parent 4da644136e
commit 1d76a3e2c7
1 changed files with 2 additions and 2 deletions

View File

@ -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 <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 <listener>
driver.amphora=complete
driver.ovn=missing
driver.ovn=complete
[operation.description]
title=description