From d884a49eaae53934e454372d3330b4e5a9549fef Mon Sep 17 00:00:00 2001 From: Yu Ming Zhu Date: Jul 13 2021 09:55:10 +0000 Subject: cli: pass nosslverify opt to image task fixes: #2797 related: #2860 --- diff --git a/cli/koji_cli/commands.py b/cli/koji_cli/commands.py index 3d008d3..1891077 100644 --- a/cli/koji_cli/commands.py +++ b/cli/koji_cli/commands.py @@ -6280,7 +6280,7 @@ def _build_image_oz(options, task_opts, session, args): for opt in ('ksurl', 'ksversion', 'kickstart', 'scratch', 'repo', 'release', 'skip_tag', 'specfile', 'distro', 'format', 'disk_size', 'ova_option', 'factory_parameter', - 'optional_arches'): + 'optional_arches', 'noverifyssl'): val = getattr(task_opts, opt, None) if val is not None: hub_opts[opt] = val