Utility for fetching a resource (e.g. a template) from a URL.
Bases: heat.common.exception.Error, OSError
heat.common.exception.Error
OSError
Get the data at the specified URL.
The URL must use the http: or https: schemes. The file: scheme is also supported if you override the allowed_schemes argument. Raise an IOError if getting the data fails.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.