Alona Kaplan has submitted this change and it was merged.
Change subject: engine: Adjust NetworkMonitoringHelper to accept any vlan device name
......................................................................
engine: Adjust NetworkMonitoringHelper to accept any vlan device name
Changes done in this patch-
1. Using iface.getBaseInterface() and iface.getVlanId() instead
of determining this values from the vlan device name (since its format is
no longer- baseIface.vlanId).
2. Using the new methods indroduced in NetworkUtils instead of
the old ones (that should be removed in a following patch).
Change-Id: I96c998b8575bc8d48ec482d725de3579f51a7c88
Bug-Url:
https://bugzilla.redhat.com/1091863
Bug-Url:
https://bugzilla.redhat.com/999975
Signed-off-by: Alona Kaplan <alkaplan(a)redhat.com>
---
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/NetworkMonitoringHelper.java
1 file changed, 6 insertions(+), 27 deletions(-)
Approvals:
Mike Kolesnik: Looks good to me, approved
Alona Kaplan: Verified
--
To view, visit
http://gerrit.ovirt.org/27151
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I96c998b8575bc8d48ec482d725de3579f51a7c88
Gerrit-PatchSet: 13
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server