Remove unused OctaviaPostWorkflowName

The OctaviaPostWorkflowName parameter used to define name of
the mistral workflow to run post deployment tasks for Octavia. However
all post tasks have been migrated from independent mistral workflow to
external_deploy_task[1], and the parameter has had no effect since
that migration.

[1] 3def4e0384

Change-Id: I419daa040f5998440af956fadab62ec26abed4dc
This commit is contained in:
Takashi Kajinami 2021-07-14 23:23:46 +09:00
parent 9baa416151
commit 712c6025d2
2 changed files with 4 additions and 5 deletions

View File

@ -38,11 +38,6 @@ parameters:
set to UPGRADE when a major-version upgrade is in progress.
constraints:
- allowed_values: ['CREATE', 'UPDATE']
OctaviaPostWorkflowName:
description: Mistral workflow name for octavia configuration steps
once the overcloud is ready.
type: string
default: 'tripleo.octavia_post.v1.octavia_post_deploy'
OctaviaAmphoraImageName:
description: The glance image name used when spawning amphorae. Default
is an empty string which will use the file name as the image

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The ``OctaviaPostWorkflowName`` parameter has been removed.