salt-ext-modules-vmware
salt-ext-modules-vmware copied to clipboard
Fix 'NameError: name 'datacenter_name' is not defined' in vmware_vm.relocate
Fixes bad variable reference by either allowing you to specify datacenter_name
or by calling utils_datastore.get_datastores
without it.
Fixes: #279