mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
VMware: fix vmPathName on VM creation (#33315)
* VMware: fix vmPathName on VM creation * vmware_guest: enable unit tests disk_type_d1_c1_f0
This commit is contained in:
parent
137498bff1
commit
a09fd80bba
2 changed files with 3 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ class PyVmomiHelper(PyVmomi):
|
|||
self.configspec.files = vim.vm.FileInfo(logDirectory=None,
|
||||
snapshotDirectory=None,
|
||||
suspendDirectory=None,
|
||||
vmPathName="[" + datastore_name + "] " + self.params["name"])
|
||||
vmPathName="[" + datastore_name + "]")
|
||||
|
||||
clone_method = 'CreateVM_Task'
|
||||
resource_pool = self.get_resource_pool()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue