This commit is contained in:
William Mantly 2016-05-25 16:07:43 -04:00
parent b53c3e6808
commit 16f91f01a7

View File

@ -76,6 +76,7 @@ var runner = function(req, res, container){
}; };
var makeWokerObj = function(worker){ var makeWokerObj = function(worker){
console.log(worker);
worker.networks.forEach(function(value){ worker.networks.forEach(function(value){
worker[value.type+'IP'] = value.ip_address; worker[value.type+'IP'] = value.ip_address;
}); });