VMware: Add option to modify disk type while cloning template (#47859)

* Add parameters to module vmware_guest for conversion of disk to thin or thick when vm is cloned or deployed with template

* unit test for convert clone vm

Co-Authored-By: chris93111 <christopheferreira@ymail.com>
This commit is contained in:
chris93111
2018-12-05 11:20:23 +01:00
committed by Abhijeet Kasurde
parent 880390ca0a
commit 7c8b5a407d
5 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- Add parameters to module vmware_guest for conversion of disk to thin or thick when vm is cloned or deployed with template or virtual machine.