Add noverifyssl option to oz image builds

This commit is contained in:
Brendan Reilly 2021-05-12 13:44:06 -04:00 committed by Tomas Kopecek
parent 912a34a8c8
commit 0f9a77c0e3
4 changed files with 23 additions and 5 deletions

View file

@ -6040,6 +6040,9 @@ def handle_image_build(options, session, args):
help=_("The syntax version used in the kickstart file"))
parser.add_option("--noprogress", action="store_true",
help=_("Do not display progress of the upload"))
parser.add_option("--noverifyssl", action="store_true",
help=_("Use the noverifyssl option for the install tree and all repos. "
"This option is only allowed if enabled on the builder."))
parser.add_option("--nowait", action="store_false", dest="wait",
help=_("Don't wait on image creation"))
parser.add_option("--ova-option", action="append",