Actions
Bug #10087
closedDeploying vmware from template ignores nic_type (E1000 or vmxnet3) setting, and configures using E1000
Status:
Closed
Priority:
Normal
Assignee:
Category:
Compute resources - VMware
Target version:
Difficulty:
trivial
Triaged:
Pull request:
Description
The fog vm_clone method utilises the variable "options['nic_type']" to set the nic type.
Checking app/models/compute_resources/foreman/model/vmware.rb, nic_type isn't passed to fog in the clone_vm method.
Actions