Merge "Correct OVN driver feature matrix"

This commit is contained in:
Zuul 2019-05-23 15:54:22 +00:00 committed by Gerrit Code Review
commit c5b2777537
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