Tal Nisan has submitted this change and it was merged. Change subject: core: soundcard not persisted on new instance type ......................................................................
core: soundcard not persisted on new instance type The problem was that the sondcard was persisted only when there was a cluster. This is not the case for the instance type. Solved the same way as for the new instance type (sending null cluster version). Change-Id: I81d0adf9f8873e2e0b9c1a28c068c2de4ad59751 Bug-Url: https://bugzilla.redhat.com/1124270 Signed-off-by: Tomas Jelinek <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/VmDeviceUtils.java 1 file changed, 1 insertion(+), 3 deletions(-) Approvals: Tomas Jelinek: Verified Omer Frenkel: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/32126 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I81d0adf9f8873e2e0b9c1a28c068c2de4ad59751 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
