Skip to content

Commit

Permalink
download openshift: use offline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Dec 22, 2023
1 parent 49f9486 commit bec9a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvirt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ def download_oc_mirror(args):

def download_openshift_installer(args):
overrides = handle_parameters(args.param, args.paramfile)
baseconfig = Kbaseconfig(client=args.client, debug=args.debug)
baseconfig = Kbaseconfig(client=args.client, debug=args.debug, offline=True)
return baseconfig.download_openshift_installer(overrides)


Expand Down

0 comments on commit bec9a0a

Please sign in to comment.