From 2a2e1f5ec774f3e87d9dd1ac4e89b80054293cf3 Mon Sep 17 00:00:00 2001 From: Elena Ezhova Date: Fri, 3 Jun 2016 17:11:52 +0300 Subject: [PATCH] [docs] Fixes to octavia-api docs Fixes descriptions for a couple of parameters Change-Id: Ic7506b1ac9fe1be2d1d3fc48630f376a91171441 --- doc/source/api/octaviaapi.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/api/octaviaapi.rst b/doc/source/api/octaviaapi.rst index 6b09678f12..e7fabc2fee 100644 --- a/doc/source/api/octaviaapi.rst +++ b/doc/source/api/octaviaapi.rst @@ -790,8 +790,8 @@ Pools | | | ``LEAST_CONNECTIONS``, \ | | | | ``SOURCE_IP``, ``ROUND_ROBIN`` | +---------------------+---------------+------------------------------------+ -| session_persistence | Session \ | Number of connections allowed at \ | -| | Persistence \ | any given time | +| session_persistence | Session \ | JSON Session Persistence object \ | +| | Persistence \ | (see below) | | | Object | | +---------------------+---------------+------------------------------------+ | name | String | String for pool name | @@ -1062,7 +1062,7 @@ Health Monitors | | | a health check fails | +----------------+---------+--------------------------------------+ | fall_threshold | Integer | Number of health checks that can \ | -| | | pass before the pool member is \ | +| | | fail before the pool member is \ | | | | moved from ``ONLINE`` to ``OFFLINE`` | +----------------+---------+--------------------------------------+ | rise_threshold | Integer | Number of health checks that can \ |