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':
|
case 'Region':
|
||||||
$region = $fields[1];
|
$region = $fields[1];
|
||||||
$role = Address::NODE_RC;
|
$host = $fields[1];
|
||||||
$host = 0;
|
|
||||||
$hub_id = NULL;
|
$hub_id = NULL;
|
||||||
|
$role = Address::NODE_RC;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user