Lior Vernia has uploaded a new change for review.

Change subject: webadmin: Copy VNIC profile configuration from template
......................................................................

webadmin: Copy VNIC profile configuration from template

Upon creation of a new VM from a template, the default VNIC profile
configuration is copied from the template rather than picking the
management profile as default.

Change-Id: Iffc7f38ce068a076fd66c245c178d9ff4813155a
Bug-Url: https://bugzilla.redhat.com/999550
Signed-off-by: Lior Vernia <lver...@redhat.com>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/NewVmModelBehavior.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/60/18460/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/NewVmModelBehavior.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/NewVmModelBehavior.java
index 2edf060..b92880e 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/NewVmModelBehavior.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/NewVmModelBehavior.java
@@ -26,7 +26,7 @@
 
 public class NewVmModelBehavior extends VmModelBehaviorBase {
 
-    private final ProfileBehavior networkBehavior = new NewProfileBehavior();
+    private final ProfileBehavior networkBehavior = new EditProfileBehavior();
 
     @Override
     public void initialize(SystemTreeItemModel systemTreeSelectedItem)


-- 
To view, visit http://gerrit.ovirt.org/18460
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iffc7f38ce068a076fd66c245c178d9ff4813155a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lver...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to