ffu: Allow FASTFORWARDUPGRADE as a StackUpdateType
This change allows FASTFORWARDUPGRADE to be fed to puppet-tripleo allowing mainifests to act according when applied during FFU. Change-Id: I8792937c2524c31becfb8a9f28047b73617c0fc3
This commit is contained in:
parent
7777f7b02e
commit
3d8f47a71a
@ -36,7 +36,7 @@ parameters:
|
||||
Type of update, to differentiate between UPGRADE and UPDATE cases
|
||||
when StackAction is UPDATE (both are the same stack action).
|
||||
constraints:
|
||||
- allowed_values: ['', 'UPGRADE']
|
||||
- allowed_values: ['', 'UPGRADE', 'FASTFORWARDUPGRADE']
|
||||
default: ''
|
||||
EnableInternalTLS:
|
||||
type: boolean
|
||||
|
@ -56,7 +56,7 @@ parameters:
|
||||
Type of update, to differentiate between UPGRADE and UPDATE cases
|
||||
when StackAction is UPDATE (both are the same stack action).
|
||||
constraints:
|
||||
- allowed_values: ['', 'UPGRADE']
|
||||
- allowed_values: ['', 'UPGRADE', 'FASTFORWARDUPGRADE']
|
||||
default: ''
|
||||
# NOTE(jaosorior): This is being set as IPA as it's the first
|
||||
# CA we'll actually be testing out. But we can change this if
|
||||
|
Loading…
Reference in New Issue
Block a user