summaryrefslogtreecommitdiff
path: root/cloudinit/ec2_utils.py
AgeCommit message (Expand)Author
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-03-23ec2: Adjust ec2 datasource after exception_cb change.Scott Moser
2017-12-11ec2: Use instance-identity doc for region and instance-idAndrew Jorgensen
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-02-16ec2_utils: fix MetadataLeafDecoder that returned bytes on emptyScott Moser
2017-01-20EC2: Do not cache security credentials on diskAndrew Jorgensen
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-19Replace an expired bit.ly link in code comment.Joshua Harlow
2016-05-25remove debug print statementsScott Moser
2016-05-24fix logic error in ec2 get_instance_userdata and slow testsScott Moser
2015-03-02pep8Scott 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-09-05Allow customized metadata leaf decodingJoshua Harlow
2014-08-22ec2_utils.py: get_instance_metadata explicitly add trailing /Scott Moser
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-23Remove pylint warning about unused request_argsJoshua Harlow
2014-01-23Skip retry and continued fetch of userdata when NOT_FOUNDJoshua Harlow
2014-01-17more boto removal. move httpretty from 'Requires'Scott Moser
2014-01-10Updated non-json messageJoshua Harlow
2014-01-10Only check for json objects instead of also arraysJoshua Harlow
2014-01-10Add a maybe_json helper functionJoshua Harlow
2014-01-10Add ec2 utils tests and httpretty requirement for http mockingJoshua Harlow
2014-01-10Bring back the ec2 utils, non-boto userdata/metadata readingJoshua Harlow
2013-03-20pep8Scott Moser
2013-03-20remove some churnScott Moser
2013-03-19Add doc about issue 1401 in boto.Joshua Harlow
2013-03-19Move back to using boto for now.Joshua Harlow
2013-03-19fix typoScott Moser
2013-03-19make get_instance_userdata and get_instance_metadata more like botosScott Moser
2013-03-19appease pylint and pep8Scott Moser
2013-02-21Update to code on trunk.harlowja
2013-02-21More work on requests integration.harlowja
2013-02-19Continue working on integrating requests.harlowja
2012-11-13Even when using boto < 2.6 force the unlazying to occurJoshua Harlow
2012-11-12pep8 and pylint fixupsScott Moser
2012-11-12add comment to get_instance_userdata reguarding empty/un-provided userdataScott Moser
2012-11-09Fix the none return problem.Joshua Harlow
2012-10-24Move the comment to the top + mark as fixing.Joshua Harlow
2012-10-24Handle the case where newer versions of botoJoshua 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