mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00: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:
committed by
Abhijeet Kasurde
parent
137498bff1
commit
a09fd80bba
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user