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
|
type: array
|
||||||
l7policy-action:
|
l7policy-action:
|
||||||
description: |
|
description: |
|
||||||
The L7 policy action. One of ``REDIRECT_TO_POOL``, ``REDIRECT_TO_URL``,
|
The L7 policy action. One of ``REDIRECT_PREFIX``, ``REDIRECT_TO_POOL``,
|
||||||
or ``REJECT``.
|
``REDIRECT_TO_URL``, or ``REJECT``.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
l7policy-action-optional:
|
l7policy-action-optional:
|
||||||
description: |
|
description: |
|
||||||
The L7 policy action. One of ``REDIRECT_TO_POOL``, ``REDIRECT_TO_URL``,
|
The L7 policy action. One of ``REDIRECT_PREFIX``, ``REDIRECT_TO_POOL``,
|
||||||
or ``REJECT``.
|
``REDIRECT_TO_URL``, or ``REJECT``.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user