stephankruggg opened a new pull request, #6947:
URL: https://github.com/apache/cloudstack/pull/6947

   ### Description
   
   This PR allows users to define the password of a virtual machine when 
deploying the VM (`deployVirtualMachine` 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 or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [X] Minor
   
   
   ### How Has This Been Tested?
   
   I applied the changes in a local lab, called the `deployVirtualMachine` API 
defining a password, and successfully accessed the VM with the password I have 
defined. Additionally, I called the `deployVirtualMachine` 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]

Reply via email to