mirror of https://github.com/apache/cloudstack.git
Currently, the cloudstack sends VM password only to the first router in the network even if its the backup and return the result. In some cases the first router will be back up and the second will be master. Since password server is not running in backup, when the user resets the password, it is sent to the first router which can be backup. In that case, the new password is not stored in the password server and users cant log in with a new password. This change ensures that we send the password to both the routers instead of the first router so that a new password is stored in the master router. |
||
|---|---|---|
| .. | ||
| conf | ||
| src | ||
| pom.xml | ||