When creating a VM using the API, the host parameter of the CreateVM_Task seems to be ignored. If I specify host #2 of a 3 host cluster, and create 5 VMs, they will end up on distributed across all three hosts. Relocating after they are deployed successfully migrates them to the correct hosts. This seems to be a new problem after upgrading to 6.7. I was previously using ESXi 6.5 and vCenter 6.5 with no problems. I checked out the 6.7 API docs and it doesn't seem that the host parameter has been deprecated or replaced with another method. I'm trying to find if I overlooked some change or if there is some setting I need to change. DRS is enabled on the cluster, but automation is set to "manual".