Shahar Havivi has uploaded a new change for review. Change subject: frontend: VmInit not setting authorized-keys ......................................................................
frontend: VmInit not setting authorized-keys Change-Id: I5afab0ef140361c23d08a0c5c6eb434eb8597c4c Signed-off-by: Shahar Havivi <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmInitModel.java 1 file changed, 1 insertion(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/18/23918/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmInitModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmInitModel.java index 336b04b..6fb6c7b 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmInitModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmInitModel.java @@ -663,9 +663,7 @@ if (getRootPasswordEnabled()) { vmInit.setRootPassword((String) getRootPassword().getEntity()); } - if (getAuthorizedKeysEnabled()) { - vmInit.setAuthorizedKeys((String) getAuthorizedKeys().getEntity()); - } + vmInit.setAuthorizedKeys((String) getAuthorizedKeys().getEntity()); if ((Boolean) getRegenerateKeysEnabled().getEntity()) { vmInit.setRegenerateKeys(Boolean.TRUE); } -- To view, visit http://gerrit.ovirt.org/23918 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5afab0ef140361c23d08a0c5c6eb434eb8597c4c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
