##// END OF EJS Templates
Merge pull request #2269 from minrk/disambiguate_ip...
Fernando Perez -
r8158:fb439f46 merge
parent child Browse files
Show More
@@ -226,7 +226,7 b' class IPEngineApp(BaseParallelApplication):'
226 location = config.EngineFactory.location
226 location = config.EngineFactory.location
227
227
228 proto, ip = d['interface'].split('://')
228 proto, ip = d['interface'].split('://')
229 ip = disambiguate_ip_address(ip)
229 ip = disambiguate_ip_address(ip, location)
230 d['interface'] = '%s://%s' % (proto, ip)
230 d['interface'] = '%s://%s' % (proto, ip)
231
231
232 # DO NOT allow override of basic URLs, serialization, or exec_key
232 # DO NOT allow override of basic URLs, serialization, or exec_key
General Comments 0
You need to be logged in to leave comments. Login now