Tomas Jelinek has uploaded a new change for review. Change subject: userportal,webadmin: Allow e1000 nic type for Windows VM ......................................................................
userportal,webadmin: Allow e1000 nic type for Windows VM Because of some licencing issues, the e1000 NIC was not allowed to be selected for the windows VMs. As this has been solved now, enabling it again. Change-Id: I7f63cba7215e5b4615f949c4f26c084f349b0d73 Bug-Url: https://bugzilla.redhat.com/838470 Signed-off-by: Tomas Jelinek <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/62/10562/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java index d313b00..ff4397c 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java @@ -2569,7 +2569,6 @@ // that type already if (IsWindowsOsType(osType)) { - list.remove(VmInterfaceType.e1000); if (osType == VmOsType.WindowsXP && hasDualmode) { list.add(VmInterfaceType.rtl8139_pv); -- To view, visit http://gerrit.ovirt.org/10562 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7f63cba7215e5b4615f949c4f26c084f349b0d73 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
