GitHub user juanfont opened a pull request: https://github.com/apache/libcloud/pull/833
Add support for setting the VM admin password from vCloud ## Add support for setting the VM admin password from vCloud ### Description These commits allow the user to establish the admin password of a virtual machine on its creation without having to connect to it. It uses the API provided by VMware and its VMware Tools. ### Status Done and ready for review. ### Checklist (tick everything that applies) - [X] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [ ] Documentation - [X] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/juanfont/libcloud vcloud_admin_password Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/833.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #833 ---- commit f238f6e0f5fdc16b642ea0cf68d2739a6c34557e Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2016-07-04T14:15:04Z Added support to set the VM admin password from VCloud. commit 92ebe6625610c1bdd8c56da5366a84c259ac70ca Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2016-07-04T14:48:33Z Added basic test for internal method. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---