Dan Kenigsberg has submitted this change and it was merged. Change subject: engine.py: fail if Password doesn't match ......................................................................
engine.py: fail if Password doesn't match Currently, if users in the Node TUI add the password to include the node through Engine and passwords doesn't match, no failure message will show and it will continue. This patch will show to users a failure message if the passwords doesn't match. Bug-Id: https://bugzilla.redhat.com/show_bug.cgi?id=854457 Test: * Install Node * Select oVirt Engine Tab * Add passwords that doesn't match and click 'Apply' Change-Id: I143906eb6ce61037418eac25567496c6628aede9 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M vdsm_reg/engine.py.in 1 file changed, 23 insertions(+), 4 deletions(-) Approvals: Douglas Schilling Landgraf: Verified Ryan Harper: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7917 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I143906eb6ce61037418eac25567496c6628aede9 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> Gerrit-Reviewer: Joey Boggs <[email protected]> Gerrit-Reviewer: Ryan Harper <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
