From 7d1bdc31bb7cf22bbaa3b0ac4a1c71b94b9f03b3 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 15 Apr 2019 16:02:43 -0700 Subject: [PATCH] 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 --- api-ref/source/parameters.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 4c9ceeced6..509804e27e 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -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