Alon Bar-Lev has uploaded a new change for review. Change subject: host-deploy: fix typo ......................................................................
host-deploy: fix typo Change-Id: I13de0870e4bf19239d6c00429dcb745d3887cc61 Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/82/17282/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java index 3c146ad..a4f4c72 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java @@ -269,7 +269,7 @@ "Network error during communication with the host", e); } catch (Exception e) { throw new VdsInstallException(VDSStatus.NonOperational, - "Failed to configure manamgent network on the host", e); + "Failed to configure management network on the host", e); } } -- To view, visit http://gerrit.ovirt.org/17282 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I13de0870e4bf19239d6c00429dcb745d3887cc61 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
