Moti Asayag has uploaded a new change for review. Change subject: core: Fix validation of Updating attached network ......................................................................
core: Fix validation of Updating attached network The patch modifies the existing validation of network which about to be modified: 1. The old network name is obtained from the engine database, rather getting it from the clients. This prevents the possibility to perform 2-in-1 action (removing a network and updating and existing one). 2. The validation of existence of the old network name is removed since the network is obtained from an interface reported by the host. Change-Id: I25ab34d64cc4891dba176e1cd11d073f731d2d8a Signed-off-by: Moti Asayag <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/UpdateNetworkToVdsInterfaceCommand.java 1 file changed, 24 insertions(+), 29 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/09/6009/1 -- To view, visit http://gerrit.ovirt.org/6009 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I25ab34d64cc4891dba176e1cd11d073f731d2d8a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
