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

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. 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> cli=openstack loadbalancer pool create --lb-algorithm ROUND_ROBIN --listener <listener>
driver.amphora=complete driver.amphora=complete
driver.ovn=complete driver.ovn=missing
[operation.lb_algorithm.SOURCE_IP] [operation.lb_algorithm.SOURCE_IP]
title=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. 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> cli=openstack loadbalancer pool create --lb-algorithm SOURCE_IP --listener <listener>
driver.amphora=complete driver.amphora=complete
driver.ovn=missing driver.ovn=complete
[operation.description] [operation.description]
title=description title=description