Eli Mesika has uploaded a new change for review. Change subject: UI: set correct SSH trust target path in tooltip. ......................................................................
UI: set correct SSH trust target path in tooltip. Fixing the path displayed in Install Host form SSH PublicKey field tooltip to the correct value (from .ssh/authorized_keys to /root/.ssh/authorized_keys) Change-Id: I835be95c56978e26a8c849fdbccbdff8a70f5c66 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1068763 Signed-off-by: Eli Mesika <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/25815/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java index ea94006..b4a088f 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java @@ -3317,7 +3317,7 @@ @DefaultStringValue("Action Items") String actionItems(); - @DefaultStringValue("For allowing PK authentication, copy the following PK to host under .ssh/authorized_keys") + @DefaultStringValue("For allowing PK authentication, copy the following PK to host under /root/.ssh/authorized_keys") String publicKeyUsage(); @Override -- To view, visit http://gerrit.ovirt.org/25815 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I835be95c56978e26a8c849fdbccbdff8a70f5c66 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
