Moti Asayag has submitted this change and it was merged.
Change subject: engine: Allowed creation of bonds in SetupNetworksHelper
......................................................................
engine: Allowed creation of bonds in SetupNetworksHelper
The validation used to check that any NIC to which VLAN-tagged
networks were attached existed on the host; this no longer must be
true since we've enabled adding new bonds that hadn't before existed
on the host.
Change-Id: I167758e86b32bd90f09203321f89bf1a5adc7bf6
Bug-Url:
https://bugzilla.redhat.com/968190
Signed-off-by: Lior Vernia <lvernia(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/host/SetupNetworksHelper.java
M
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/network/host/SetupNetworksHelperTest.java
2 files changed, 31 insertions(+), 10 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/17665
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I167758e86b32bd90f09203321f89bf1a5adc7bf6
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken(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