Change in ovirt-engine[ovirt-engine-3.6]: webadmin: fix network interfaces of imported vm using v2v

Tal Nisan has submitted this change and it was merged. Change subject: webadmin: fix network interfaces of imported vm using v2v ...................................................................... webadmin: fix network interfaces of imported vm using v2v The network interfaces for a VM that is imported using virt-v2v were not defined correctly. This patch fixes it by setting the network name and profile properly. In addition, a new column is added the the network interfaces sub-tab of the import VM dialog in order to show the name of the network that the interface is declared on in the remote environment. Change-Id: I804e988c97cf72924c82d8bb1ca4c6cab4caeebb Bug-Url: https://bugzilla.redhat.com/1236075 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationConstants.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ImportNetworkData.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ImportVmFromExternalProviderModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ImportVmFromOvaModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ImportVmFromVmwareModel.java M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/vm/ImportVmFromExternalProviderPopupView.java 6 files changed, 145 insertions(+), 46 deletions(-) Approvals: Tomas Jelinek: Looks good to me, approved Jenkins CI: Passed CI tests Arik Hadas: Verified -- To view, visit https://gerrit.ovirt.org/44871 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I804e988c97cf72924c82d8bb1ca4c6cab4caeebb Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
tnisan@redhat.com