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] 3def4e0384c22e9d7d6821ab74a372d188a2d0ac Change-Id: I419daa040f5998440af956fadab62ec26abed4dc
This commit is contained in:
parent
9baa416151
commit
712c6025d2
@ -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
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``OctaviaPostWorkflowName`` parameter has been removed.
|
Loading…
x
Reference in New Issue
Block a user