Moti Asayag has submitted this change and it was merged. Change subject: engine: Unclear event log when failing on removing Neutron network from VM ......................................................................
engine: Unclear event log when failing on removing Neutron network from VM The Timeout exception happened before the parameters of the audit log were initialized. Moved the initialization to the beginning of the execution (before new 'ExternalNetworkManager(iface).deallocateIfExternal()'). Change-Id: I924ee1f749b74203e80a088d2ec5e4e888fe0221 Bug-Url: https://bugzilla.redhat.com/1102572 Signed-off-by: Alona Kaplan <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/vm/RemoveVmInterfaceCommand.java 1 file changed, 5 insertions(+), 4 deletions(-) Approvals: Alona Kaplan: Verified Moti Asayag: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28776 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I924ee1f749b74203e80a088d2ec5e4e888fe0221 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
