##// END OF EJS Templates
add missing location when disambiguating controller IP...
MinRK -
Show More
@@ -226,7 +226,7 b' class IPEngineApp(BaseParallelApplication):'
226 226 location = config.EngineFactory.location
227 227
228 228 proto, ip = d['interface'].split('://')
229 ip = disambiguate_ip_address(ip)
229 ip = disambiguate_ip_address(ip, location)
230 230 d['interface'] = '%s://%s' % (proto, ip)
231 231
232 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