Re-Add the StackUpdateType parameter to the nova-vnc-proxy template
This service was flattened recently [1], and this parameter was missing. [1] https://review.openstack.org/#/c/632522/ Closes-Bug: #1815713 Change-Id: I07cf56712f7131f8f2949ecd6200f621d4f165ef
This commit is contained in:
parent
948d4464d3
commit
9689f6ed06
@ -68,6 +68,14 @@ parameters:
|
||||
the InternalTLSVncCAFile parameter) is not desired. The current
|
||||
default reflects TripleO's default CA, which is FreeIPA.
|
||||
It will only be used if internal TLS is enabled.
|
||||
StackUpdateType:
|
||||
type: string
|
||||
description: >
|
||||
Type of update, to differentiate between UPGRADE and UPDATE cases
|
||||
when StackAction is UPDATE (both are the same stack action).
|
||||
constraints:
|
||||
- allowed_values: ['', 'UPGRADE', 'FASTFORWARDUPGRADE']
|
||||
default: ''
|
||||
|
||||
|
||||
conditions:
|
||||
|
Loading…
Reference in New Issue
Block a user