[update] Fix validation command line option for infrared.
The spec file did not setup the right option "path". Change-Id: Ib783b4a86b53d7967db3df424495b9810f4757a1 Closes-Bug: 1921924
This commit is contained in:
parent
354de7d480
commit
6f451e66dd
@ -227,7 +227,7 @@
|
||||
enforce_rhel: true
|
||||
when: install.enforce.rhel
|
||||
|
||||
- name: Eanble validations
|
||||
- name: Enable validations
|
||||
set_fact:
|
||||
updates_validations: true
|
||||
when: install.updates.validations
|
||||
|
@ -184,6 +184,12 @@ subparsers:
|
||||
help: |
|
||||
Skip Rhel Enforcment, false by default, use only when registred.
|
||||
default: false
|
||||
updates-validations:
|
||||
type: Bool
|
||||
help: |
|
||||
Turn validation execution on or off (default)
|
||||
default: false
|
||||
|
||||
- title: TripleO Options
|
||||
options:
|
||||
overcloud-stack:
|
||||
@ -240,12 +246,6 @@ subparsers:
|
||||
help: Rhsm environment location to be passed during upgrade/update prepare step ssh user name name
|
||||
default: ''
|
||||
|
||||
validations:
|
||||
type: Bool
|
||||
help: |
|
||||
Turn validation execution on or off (default)
|
||||
default: false
|
||||
|
||||
- title: TripleO Fast Forward Upgrade
|
||||
options:
|
||||
overcloud-ffu-upgrade:
|
||||
|
Loading…
x
Reference in New Issue
Block a user