Actions
Bug #14325
closedVM does not start after creation when using a compute profile
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Compute resources - VMware
Target version:
-
Description
Using the vmware provider on 1.10.2, we are provisioning VMs using the API. If we use a compute profile, the VM does not start upon boot.
The JSON we POST to /api/hosts is something like:
{
"host": {
"compute_profile_id" : 46,
"ip" : null,
"hostgroup_name" : "mgmt/test",
"compute_resource_id" : 2,
"name" : "test01.example.com",
"build" : "true",
}
}
If I try the same host through the UI, it starts the VM properly after creation.
Actions