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:
parent
bd07eada87
commit
7d1bdc31bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user