server_id is irrelevant at this stage
This commit is contained in:
parent
c6bd7ff661
commit
365f5e0806
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ class FindAssignableAllocationService
|
||||||
$port = $available[array_rand($available)];
|
$port = $available[array_rand($available)];
|
||||||
|
|
||||||
$this->service->handle($server->node, [
|
$this->service->handle($server->node, [
|
||||||
'server_id' => $server->id,
|
|
||||||
'allocation_ip' => $server->allocation->ip,
|
'allocation_ip' => $server->allocation->ip,
|
||||||
'allocation_ports' => [$port],
|
'allocation_ports' => [$port],
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue