Merge pull request #1620 from shapeblue/4.9-oobm-password-fix oobm: simply change password transactional logic- Simplifies change password transactional logic without using pessmistic locks - Adds a re-enter password field in the UI to valid ipmi/oobm password
* pr/1620: oobm: simply change password transactional logic Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1060dc47 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1060dc47 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1060dc47 Branch: refs/heads/4.9 Commit: 1060dc47e559f38d439b27457303cdde666cda1d Parents: b7f1ba9 8ac3c88 Author: Rohit Yadav <[email protected]> Authored: Mon Aug 22 15:52:14 2016 +0530 Committer: Rohit Yadav <[email protected]> Committed: Mon Aug 22 15:52:14 2016 +0530 ---------------------------------------------------------------------- .../classes/resources/messages.properties | 1 + .../OutOfBandManagementServiceImpl.java | 83 ++++++++------------ ui/dictionary.jsp | 1 + ui/scripts/system.js | 11 +++ 4 files changed, 47 insertions(+), 49 deletions(-) ----------------------------------------------------------------------
