Alex Lourie has uploaded a new change for review. Change subject: packaging: setup: fix prompting the admin password ......................................................................
packaging: setup: fix prompting the admin password Change-Id: I1563ed5d83ac6656fa9e9f7aadc39a369a1ec608 Bug-Url: https://bugzilla.redhat.com/1026093 Signed-off-by: Alex Lourie <alou...@redhat.com> --- M packaging/ovirt-engine-reports-setup.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/35/20835/1 diff --git a/packaging/ovirt-engine-reports-setup.py b/packaging/ovirt-engine-reports-setup.py index f72ffc8..c939994 100755 --- a/packaging/ovirt-engine-reports-setup.py +++ b/packaging/ovirt-engine-reports-setup.py @@ -383,7 +383,7 @@ ) if userInput != userInput2: print "ERROR: passwords don't match" - return getDbCredentials() + return getAdminPass() return userInput -- To view, visit http://gerrit.ovirt.org/20835 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1563ed5d83ac6656fa9e9f7aadc39a369a1ec608 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Alex Lourie <alou...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches