GitHub user juanfont opened a pull request: https://github.com/apache/libcloud/pull/824
Added forceCustomization option for vCloud Director ## Added forceCustomization option for vCloud Director ### Description These commits add support for forceCustomization param when deploying a node in vCloud Director. See https://www.vmware.com/support/vcd/doc/rest-api-doc-1.5-html/types/DeployVAppParamsType.html. ### Status 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) - [X] 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 force_recostumization Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/824.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 #824 ---- commit e31a64d40d1e8144834743ae3a86f20e17b120e1 Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2015-12-10T13:44:43Z Fixed error when proxy_url is None. commit d963e1df3af66d91c0432071d5e6477cf366a637 Author: Juan Font <juanfontalo...@gmail.com> Date: 2015-12-10T14:03:14Z Compare strictly to None Follow the coding standards better by using a strict comparison to None. commit 9dadf460d99c7d6832ff8142f68c319006db6a62 Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2016-02-06T19:06:39Z Merge remote-tracking branch 'upstream/trunk' into trunk commit a9c23061555b89d5da482b193f8fd85d49c710c7 Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2016-05-25T13:58:32Z Merge remote-tracking branch 'upstream/trunk' into trunk commit 50a8328e9c89db7e41107abd73d8eb0d1b607158 Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2016-06-21T12:28:43Z Merge remote-tracking branch 'upstream/trunk' into trunk commit 951fb857d72cbd1c6beeaeff2725cffa2591b413 Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2016-06-23T16:38:31Z Added forceCustomization param to ex_deploy. commit 101f77f06c2da6417678f9df9c0902bea5aba0fe Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2016-06-23T17:08:25Z Reuse ex_deploy_node when instatiating a new node. commit ff08c115d5285ffc85771f8e2d561bdd5220dbe5 Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2016-06-24T08:39:55Z Use the same name everywhere. commit c1da02c6c044ada458935efa04729114dff1d8e5 Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2016-06-24T09:39:07Z Added ex_deploy tests. ---- --- 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. ---