Merge "ffu: Allow FASTFORWARDUPGRADE as a StackUpdateType"
This commit is contained in:
commit
0834134fd6
@ -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…
x
Reference in New Issue
Block a user