Skip to content

Commit dc85e22

Browse files
author
cp6
committed
Fixed create with snapshot
Fixed create instance with a snapshot
1 parent 0184f76 commit dc85e22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ public function serverCreateType(string $type = 'OS', string $type_id = '1')
370370
));
371371
} elseif ($type == 'SNAPSHOT') {
372372
$this->server_create_details = array_merge($this->server_create_details, array(
373-
"os_id" => 164,
374373
"snapshot_id" => $type_id
375374
));
376375
} elseif ($type == 'ISO') {

0 commit comments

Comments
 (0)