我正在尝试使用VM
使用Open Nebula XML-RPC
来实例化PHP
,
这里创建了VM
,但没有部署
$result = TemplateManagement::instantiate($templateid,$vm_name,$create_on_hold,$template_extras,$persistant_copy);
$result = TemplateManagement::instantiate(2,NULL,false,'CPU=1 MEMORY=1024 VCPU=1 HYPERVISOR="kvm" SCHED_DS_REQUIREMENTS="sata_store" SCHED_REQUIREMENTS=1',false);