Mike Kolesnik has uploaded a new change for review. Change subject: core: SN: Decouple networks & bonds names from list ......................................................................
core: SN: Decouple networks & bonds names from list In SetupNetworksHelper the modified networks were kept in a map, but in order to send just the networks that changed, we need to decouple the set of networks that are still attached to NIC from the list of networks that were actually modified. A similar change is done with the bonds map, but the field needs to stay as a map in order to be able to process bonds correctly (in next patches). Change-Id: Ie324b1acd9022bc3d5f5f0a200040715954132bb Signed-off-by: Mike Kolesnik <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SetupNetworksHelper.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/SetupNetworksHelperTest.java 2 files changed, 30 insertions(+), 33 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/26/4926/1 -- To view, visit http://gerrit.ovirt.org/4926 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie324b1acd9022bc3d5f5f0a200040715954132bb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
