mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-30 00:49:37 +00:00
network interface model selection added for new instance and new interface
This commit is contained in:
@@ -757,7 +757,7 @@ class wvmConnect(object):
|
||||
"""
|
||||
:return: network card models
|
||||
"""
|
||||
return ["default", "e1000", "virtio"]
|
||||
return ["default", "e1000", "e1000e","rt18139", "virtio"]
|
||||
|
||||
def get_image_formats(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user