Merge "fix typos in lbaas.rst"

This commit is contained in:
Zuul 2018-11-08 22:15:46 +00:00 committed by Gerrit Code Review
commit a6955d877b
1 changed files with 3 additions and 2 deletions

View File

@ -291,7 +291,7 @@ This object represents the listening endpoint of a load balanced service.
+------------------+-----------------+-------------------------------------+
| enabled | Boolean | Is the listener enabled? |
+------------------+-----------------+-------------------------------------+
| conenction_limit | Integer | Max number of connections permitted |
| connection_limit | Integer | Max number of connections permitted |
+------------------+-----------------+-------------------------------------+
| tls | Embed<TLS> | Object needed to terminate HTTPS |
+------------------+-----------------+-------------------------------------+
@ -358,7 +358,8 @@ Packets from the same source IP will be directed to the same pool member.
+-----------+--------------------------+-----------------------------------+
Packets with the same 5-tuple will be directed to the same pool member. In the
case of ICMP, or protocls that do not have port numbers, 3-tuples will be used.
case of ICMP, or protocols that do not have port numbers, 3-tuples will be
used.
HTTP cookie session persistence: