Moti Asayag has submitted this change and it was merged. Change subject: core: Add Vnic Profile support to RemoveNetworkQoS ......................................................................
core: Add Vnic Profile support to RemoveNetworkQoS When removing a NetworkQoS we must set all the Vnic Profiles which used that NetworkQoS to use null NetworkQoS Added support for getting a list of all Vnic Profiles using a specific NetworkQoS from UI (in order to alert the user and show him a list) Change-Id: I401cff6b67b5fe62303323849f11bd9d03892201 Signed-off-by: Ofri Masad <[email protected]> Signed-off-by: Alona Kaplan <[email protected]> Signed-off-by: Ofri Masad <[email protected]> --- A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetVnicProfilesByNetworkQosIdQuery.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/network/VnicProfileViewDao.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/network/VnicProfileViewDaoDbFacadeImpl.java M packaging/dbscripts/network_sp.sql 5 files changed, 42 insertions(+), 0 deletions(-) Approvals: Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17932 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I401cff6b67b5fe62303323849f11bd9d03892201 Gerrit-PatchSet: 16 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-Reviewer: ofri masad <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
