summaryrefslogtreecommitdiff
path: root/cloudinit/url_helper.py
AgeCommit message (Expand)Author
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-03-23Reduce AzurePreprovisioning HTTP timeouts.Douglas Jordan
2018-03-23Revert the logic of exception_cb in read_url.Kurt Garloff
2018-03-02Simplify some comparisions.Rémy Léone
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-08-30url_helper: dynamically import oauthlib import from inside oauth_headersChad Smith
2017-08-29url_helper: fail gracefully if oauthlib is not availableLars Kellogg-Stedman
2017-07-17Scaleway: add datasource with user and vendor data for Scaleway.Julien Castets
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-24test: add running of pylintJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-09-29MAAS: fix issues with url_helper and oauth moduleScott Moser
2015-08-31readurl: if headers are provided still provide base headersScott Moser
2015-08-25MAAS: fixes to data source and OauthUrlHelperScott Moser
2015-08-07fix syntaxScott Moser
2015-08-07improvements on skewScott Moser
2015-08-07seems functional in testScott Moser
2015-08-06tests passScott Moser
2015-03-02url_helper.py: fix undefined variableScott Moser
2015-02-25move towards user-data being binaryScott Moser
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-08-26further remove evidence of pylint.Scott Moser
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2014-02-13wait less for the metadata service (by default)Scott Moser
2014-02-08Spacing and comment cleanupJoshua Harlow
2014-02-08Update requests ssl not supported messageJoshua Harlow
2014-02-08Remove HEAD usage and other small adjustmentsJoshua Harlow
2014-02-07Remerged with trunkJoshua Harlow
2014-02-01Add a openstack specific datasourceJoshua Harlow
2014-01-24read_file_or_url: raise UrlError with 404 on ENOENTScott Moser
2014-01-23Use the right exceptionJoshua Harlow
2014-01-23Skip retry and continued fetch of userdata when NOT_FOUNDJoshua Harlow
2013-05-03Fix a feature that doesn't yet exist on python 2.6Joshua Harlow
2013-04-25re-work maas datasource and headers call backsScott Moser
2013-03-19set 'allow_redirects' to True by defaultScott Moser
2013-03-19do not bother retrying on ssl errorsScott Moser
2013-03-19appease pylint and pep8Scott Moser
2013-03-13Fix how the http error doesn't always have the response attachedJoshua Harlow
2013-03-13Update to handle requests >= 1.0 which doesn't use the config dict.Joshua Harlow
2013-02-23Fix the maas callback mechanism now that requests is used.harlowja
2013-02-23Get tests working and further adjustments.harlowja
2013-02-19Continue working on integrating requests.harlowja
2012-10-22More cleanups for using the requests module.Joshua Harlow
2012-10-21Fix the checking and capturing of exceptions.Joshua Harlow
2012-10-21Use the python requests lib instead of urllib3Joshua Harlow
2012-10-19Remove the need for boto just for fetching the Joshua Harlow
2012-10-18Start fixing how boto and our url fetching can notJoshua Harlow
2012-09-24DataSourceMAAS: if a oauth request fails due to 403 try updating local timeScott Moser