workers
This commit is contained in:
parent
16f91f01a7
commit
baa8fe6730
@ -77,7 +77,7 @@ var runner = function(req, res, container){
|
||||
|
||||
var makeWokerObj = function(worker){
|
||||
console.log(worker);
|
||||
worker.networks.forEach(function(value){
|
||||
worker.networks.v4.forEach(function(value){
|
||||
worker[value.type+'IP'] = value.ip_address;
|
||||
});
|
||||
worker.ip = worker.privateIP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user