Arik Hadas has submitted this change and it was merged.
Change subject: engine: Fix clone and clone from snapshot functionality
......................................................................
engine: Fix clone and clone from snapshot functionality
Clone from snapshot:
- graphics setting logic was missing in VmSnapshotListModel
Clone:
- missing overriding of graphics devices on vm clone caused the
possibility of inheriting graphics device from vm template. Fixed
by overriding graphics devices in CloneVmCommand.
Change-Id: I6dd6a3be2ee78cb1a4a940518bb2b7c467f6b856
Bug-Url:
https://bugzilla.redhat.com/1179140
Signed-off-by: Frantisek Kobzik <fkobzik(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CloneVmCommand.java
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmSnapshotListModel.java
2 files changed, 33 insertions(+), 0 deletions(-)
Approvals:
Tomas Jelinek: Looks good to me, but someone else must approve
Frank Kobzik: Verified
Arik Hadas: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/36633
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6dd6a3be2ee78cb1a4a940518bb2b7c467f6b856
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Frank Kobzik <fkobzik(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Frank Kobzik <fkobzik(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server