parent
21a085a067
commit
cf2a9cfd36
1 changed files with 1 additions and 1 deletions
|
|
@ -6279,7 +6279,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue