Skip to content

Commit

Permalink
Merge pull request #360 from Jaganathancse/configure-sriov-fix
Browse files Browse the repository at this point in the history
SR-IOV is not configured when the provider is not set
  • Loading branch information
openshift-merge-robot authored Sep 28, 2023
2 parents 6a656ec + a283648 commit b7d90da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/edpm_os_net_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def _run_os_net_config(config_file, cleanup=False, debug=False,
argv.append('--noop')
if use_nmstate:
argv.append('--provider nmstate')
else:
argv.append('--provider ifcfg')
cmd = " ".join(argv)

# Apply the provided network configuration
Expand Down

0 comments on commit b7d90da

Please sign in to comment.