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.
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2290 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release deleted (
35)
Updated by Anonymous over 9 years ago
- Related to Bug #6348: Provision host from image in VMware: wrong NIC type added
Updated by Francois Herbert over 9 years ago
Yes, it looks like it is a duplicate of #6348
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 28
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f25e9797d6ae1e2dfebf268934ffd7d17536efbf.
Actions