mooli tayer has uploaded a new change for review. Change subject: core: audit log - use hypervisor and not ovirt-node ......................................................................
core: audit log - use hypervisor and not ovirt-node When adding a hypervisor through the host the manager audit log should state "Host is hypervisor" and not "Host is ovirt-node" because the term hypervisor includes both ovirt-node and rhevh. Change-Id: Ie0dbe402c6c1fa1b5a01af30e4bbb320e12b11d5 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=921070 Signed-off-by: Mooli Tayer <mta...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/06/15806/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java index 1742d1b..5f73169 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java @@ -300,7 +300,7 @@ ) { _messages.post( InstallerMessages.Severity.INFO, - "Host is ovirt-node" + "Host is hypervisor" ); _setNode(); } -- To view, visit http://gerrit.ovirt.org/15806 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie0dbe402c6c1fa1b5a01af30e4bbb320e12b11d5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: mooli tayer <mta...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches