Merge "ffu: Allow FASTFORWARDUPGRADE as a StackUpdateType"

This commit is contained in:
Zuul 2018-02-14 18:27:22 +00:00 committed by Gerrit Code Review
commit 0834134fd6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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