Omer Frenkel 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 <tjelinek(a)redhat.com>
---
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/31767
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I81d0adf9f8873e2e0b9c1a28c068c2de4ad59751
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server