Update ROUND_ROBIN to SOURCE_IP_PORT in docs
In docs there was a leftover in sample commands. It should be SOURCE_IP_PORT algorithm used instead ROUND_ROBIN. Change-Id: Ic02c1af784e37f954de1e4edbd9127410aaca0ee
This commit is contained in:
parent
773daf59de
commit
3445f5fabf
@ -157,7 +157,7 @@ OVN updates the Listener information in the Load Balancer table::
|
||||
Next, a Pool is associated with the Listener::
|
||||
|
||||
$ openstack loadbalancer pool create --protocol TCP --lb-algorithm /
|
||||
ROUND_ROBIN --listener 21e77cde-854f-4c3e-bd8c-9536ae0443bc
|
||||
SOURCE_IP_PORT --listener 21e77cde-854f-4c3e-bd8c-9536ae0443bc
|
||||
+---------------------+--------------------------------------+
|
||||
| Field | Value |
|
||||
+---------------------+--------------------------------------+
|
||||
@ -166,7 +166,7 @@ Next, a Pool is associated with the Listener::
|
||||
| description | |
|
||||
| healthmonitor_id | |
|
||||
| id | 898be8a2-5185-4f3b-8658-a56457f595a9 |
|
||||
| lb_algorithm | ROUND_ROBIN |
|
||||
| lb_algorithm | SOURCE_IP_PORT |
|
||||
| listeners | 21e77cde-854f-4c3e-bd8c-9536ae0443bc |
|
||||
| loadbalancers | 94e7c431-912b-496c-a247-d52875d44ac7 |
|
||||
| members | |
|
||||
|
Loading…
Reference in New Issue
Block a user