Commit 116e7e9
Send VM password to MASTER VR in case its the second vr in network
Currently the cloudstack sends VM password only to the first
router in the network even if its the backup and return the result.
Since password server is not running in backup, when user resets the password,
it is sent to first router which can be backup in some case.
In that case the new password is not stored and users cant login.
This change ensures that we send passwrod to both the routers instead
of the first router so that new password in stored in the master router.1 parent ac7bcde commit 116e7e9
1 file changed
Lines changed: 16 additions & 7 deletions
Lines changed: 16 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| 705 | + | |
| 706 | + | |
705 | 707 | | |
706 | 708 | | |
707 | 709 | | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
| 710 | + | |
| 711 | + | |
715 | 712 | | |
716 | 713 | | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
717 | 726 | | |
718 | 727 | | |
719 | 728 | | |
| |||
0 commit comments