hadong has uploaded a new change for review. Change subject: Fix upgrade admin password failed issue ......................................................................
Fix upgrade admin password failed issue Change-Id: I60635e47c3f9711edd5db39e3f1e0c5726255bbf Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1017490 Signed-off-by: hadong <[email protected]> --- M src/ovirt/node/installer/core/upgrade_page.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/52/20052/1 diff --git a/src/ovirt/node/installer/core/upgrade_page.py b/src/ovirt/node/installer/core/upgrade_page.py index faabe19..2e3c68f 100644 --- a/src/ovirt/node/installer/core/upgrade_page.py +++ b/src/ovirt/node/installer/core/upgrade_page.py @@ -85,6 +85,7 @@ if changes.contains_any(["upgrade.current_password", "button.next"]): + self._model.update(effective_changes) pam = security.PAM() # We can't use os.getlogin() here, b/c upgrade happens during boot # w/o login -- To view, visit http://gerrit.ovirt.org/20052 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I60635e47c3f9711edd5db39e3f1e0c5726255bbf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hadong <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
