Project

General

Profile

« Previous | Next » 

Revision 7a9ca9cb

Added by Shira Maximov almost 6 years ago

Fixes #23975 - Add Network Interface Type in ovirt VM

View differences:

app/models/compute_resources/foreman/model/ovirt.rb
normalized
end
def nictypes
[
OpenStruct.new({:id => 'virtio', :name => 'VirtIO'}),
OpenStruct.new({:id => 'rtl8139', :name => 'rtl8139'}),
OpenStruct.new({:id => 'e1000', :name => 'e1000'}),
OpenStruct.new({:id => 'pci_passthrough', :name => 'PCI Passthrough'})
]
end
protected
def bootstrap(args)

Also available in: Unified diff