|
|
@@ -142,8 +142,6 @@ class CloneQemuJob extends BaseJob
|
|
|
if($this->configuration()->getBwLimit()){
|
|
|
$container['bwlimit'] = $this->configuration()->getBwLimit();
|
|
|
}
|
|
|
- //no start
|
|
|
- $container['start'] = 0;
|
|
|
//Create
|
|
|
$template = new Kvm($templateNode, $templateVmid);
|
|
|
$template->setApi($this->api());
|