Merge "Prevent template validate from scanning ports"
This commit is contained in:
commit
c404896a7f
@ -75,4 +75,5 @@ def get(url, allowed_schemes=('http', 'https')):
|
||||
return result
|
||||
|
||||
except exceptions.RequestException as ex:
|
||||
raise URLFetchError(_('Failed to retrieve template: %s') % ex)
|
||||
LOG.info(_LI('Failed to retrieve template: %s') % ex)
|
||||
raise URLFetchError(_('Failed to retrieve template from %s') % url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user