Fix nodelist import, when parsing regions
This commit is contained in:
parent
4c182f196f
commit
91fc61e170
@ -147,9 +147,9 @@ class NodelistImport implements ShouldQueue
|
||||
|
||||
case 'Region':
|
||||
$region = $fields[1];
|
||||
$role = Address::NODE_RC;
|
||||
$host = 0;
|
||||
$host = $fields[1];
|
||||
$hub_id = NULL;
|
||||
$role = Address::NODE_RC;
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user