stephankruggg opened a new pull request, #6863: URL: https://github.com/apache/cloudstack/pull/6863
### Description This PR allows users to define the password of a virtual machine when redefining the VM password (`resetPasswordForVirtualMachine` API). If no password is informed, current ACS behavior is maintained: a random password is generated, injected into the VM, and returned to the user. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [X] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) #### Feature/Enhancement Scale - [ ] Major - [X] Minor ### Screenshots:  ### How Has This Been Tested? I applied the changes in a local lab, called the `resetPasswordForVirtualMachine` API defining a password, and successfully accessed the VM with the password I have defined. Additionally, I called the `resetPasswordForVirtualMachine` API without defining a password, and successfully accessed the VM with the random password generated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
