Bases: HTTPRedirectHandler
HTTP redirect handler that validates redirect destinations.
Return a Request or None in response to a redirect.
This is called by the http_error_30x methods when a redirection response is received. If a redirection should take place, return a new Request to allow http_error_30x to perform the redirect. Otherwise, raise HTTPError if no-one else should try to handle this url. Return None if you can’t but another Handler might.
Returns iterable object either for local file or uri
uri – uri (remote or local) to the datasource we want to iterate
Validation/sanitization of the uri is expected to happen before we get here.
Gets a TaskProxy object.
task_repo – TaskRepo object used to perform DB operations
task_id – ID of the Task
Sets optional base properties for creating Image.
properties – Input dict to set some base properties
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.