Skip to content

Commit

Permalink
B #6575: Load remote env for attach_nic action
Browse files Browse the repository at this point in the history
This properly loads kvmrc values on attach nic, in particular DEFAULT_ATTACH_NIC_MODEL

(cherry picked from commit cd5527e7d6e89d721938331a56d1679a1c85af4d)
  • Loading branch information
rsmontero committed May 16, 2024
1 parent 4db0e74 commit 63e2cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_mad/remotes/kvm/attach_nic
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ include VirtualMachineManagerKVM

# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
load_local_env
load_remote_env

domain = ARGV[0]

Expand Down

1 comment on commit 63e2cee

@Franco-Sparrow
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rsmontero

Please, do the same for src/vmm_mad/remotes/kvm/detach_nic.

Please sign in to comment.