Fix missing REDIRECT_PREFIX in the api-ref

The Octavia API reference was missing the option of "REDIRECT_PREFIX"
as one of the L7 policy actions. This patch corrects that.

Change-Id: I5fa14354fb88b325380834e0deec09bfb813b409
This commit is contained in:
Michael Johnson 2019-04-15 16:02:43 -07:00
parent bd07eada87
commit 7d1bdc31bb
1 changed files with 4 additions and 4 deletions

View File

@ -698,15 +698,15 @@ l7policies-status-object-list:
type: array
l7policy-action:
description: |
The L7 policy action. One of ``REDIRECT_TO_POOL``, ``REDIRECT_TO_URL``,
or ``REJECT``.
The L7 policy action. One of ``REDIRECT_PREFIX``, ``REDIRECT_TO_POOL``,
``REDIRECT_TO_URL``, or ``REJECT``.
in: body
required: true
type: string
l7policy-action-optional:
description: |
The L7 policy action. One of ``REDIRECT_TO_POOL``, ``REDIRECT_TO_URL``,
or ``REJECT``.
The L7 policy action. One of ``REDIRECT_PREFIX``, ``REDIRECT_TO_POOL``,
``REDIRECT_TO_URL``, or ``REJECT``.
in: body
required: false
type: string