Fix typo in api-ref/source/failover-segments.inc file

Fixed typo.(RESEVED_HOST -> RESERVED_HOST)

Change-Id: I64620e67fee41e02c6f858b275b5bcb69acaedf3
Closes-Bug: 1769437
This commit is contained in:
juhoson 2018-05-08 10:17:43 +00:00
parent 2967f2e389
commit ec61197343
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ recovery action to be followed when any host in a segment goes down. The
possible `recovery_method` values are:
- ``AUTO``. Auto recovery action.
- ``RESEVED_HOST``. Reserved host recovery action.
- ``RESERVED_HOST``. Reserved host recovery action.
- ``AUTO_PRIORITY``. First executes auto and if auto fails then retried with
reserved host recover action.
- ``RH_PRIORITY``. First executes reserved host and if it fails then retried
@ -326,4 +326,4 @@ Request
Response
--------
There is no body content for the response of a successful DELETE query.
There is no body content for the response of a successful DELETE query.