Lior Vernia has submitted this change and it was merged.
Change subject: engine: Extracted Network QoS VDSM mapping logic
......................................................................
engine: Extracted Network QoS VDSM mapping logic
Extracted the code mapping a NetworkQoS entity to VDSM-readable format
to its own class NetworkQosMapper, to be shared with Host Network
QoS. This class is now able to also deserialize the VDSM format to
construct a NetworkQoS entity.
Change-Id: Ieae520848495091532993b95f938ed6d5ad50834
Signed-off-by: Lior Vernia <lvernia(a)redhat.com>
---
A
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/NetworkQosMapper.java
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VmInfoBuilder.java
2 files changed, 80 insertions(+), 33 deletions(-)
Approvals:
Lior Vernia: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/22603
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieae520848495091532993b95f938ed6d5ad50834
Gerrit-PatchSet: 21
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server