summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceMAAS.py
Commit message (Expand)AuthorAgeFilesLines
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-64/+116
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-1/+2
* cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins2020-05-141-2/+0
* ec2: Add support for AWS IMDS v2 (session-oriented) (#55)Ryan Harper2019-11-221-1/+1
* instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith2018-10-091-0/+4
* read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser2018-05-171-1/+1
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-1/+1
* MAAS: add check_instance_id based off oauth tokens.Scott Moser2018-01-101-14/+40
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-051-1/+4
* pylint: fix all logging warningsJoshua Powers2017-04-211-5/+5
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-17/+7
* MAAS: improve the main of datasource to look at kernel cmdline config.Scott Moser2016-10-071-6/+6
* MAAS: add vendor-data supportScott Moser2016-08-121-86/+113
* Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-8/+9
|\
| * Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-7/+8
|/
* MAAS: fix issues with url_helper and oauth moduleScott Moser2015-09-291-7/+13
* MAAS: fixes to data source and OauthUrlHelperScott Moser2015-08-251-12/+13
* hopefully fix DataSourceMAASScott Moser2015-08-071-35/+23
* tests passScott Moser2015-08-061-69/+19
* DataSourceMAAS: fix timestamp error in oauthlibScott Moser2015-03-101-0/+5
* DataSourceMAAS: remove debug statementScott Moser2015-03-101-1/+0
* DataSourceMAAS: generate oauth headers with adjusted timestamp in case of clo...Oleg Strikov2015-03-051-1/+2
* DataSourceMAAS: fix oauthlib importsScott Moser2015-03-021-3/+3
* move towards user-data being binaryScott Moser2015-02-251-3/+11
* Remove a comment turd.Barry Warsaw2015-01-271-20/+0
* Port the MAAS code to oauthlib.Barry Warsaw2015-01-261-23/+33
* Low hanging Python 3 fruit.Barry Warsaw2015-01-221-4/+6
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-1/+1
* re-work maas datasource and headers call backsScott Moser2013-04-251-5/+11
* merge from trunk at revno 799Scott Moser2013-03-191-1/+2
|\
| * Continue working on merging code.Joshua Harlow2013-03-061-1/+2
* | Fix the maas callback mechanism now that requests is used.harlowja2013-02-231-13/+12
* | Get tests working and further adjustments.harlowja2013-02-231-3/+6
* | Update to code on trunk.harlowja2013-02-211-3/+2
|\ \ | |/
| * use only util methods for reading/loading/appending/peekingScott Moser2012-10-231-3/+2
| |\
| | * Use only util methods for reading/loading/appending/peekingJoshua Harlow2012-09-201-4/+2
* | | More work on requests integration.harlowja2013-02-211-6/+9
* | | Continue working on integrating requests.harlowja2013-02-191-7/+9
|/ /
* | fix oauth time skew. actual implementation was returning 401 not 403.Scott Moser2012-10-011-2/+2
* | [pylint]: remove unused importScott Moser2012-09-301-1/+0
* | make DataSourceMAAS 'main()' use load_yamlScott Moser2012-09-281-1/+1
* | DataSourceMAAS: if a oauth request fails due to 403 try updating local timeScott Moser2012-09-241-4/+39
|/
* re-add the 'main' routine to DataSourceMAAS.pyScott Moser2012-08-061-0/+91
* Ensure that calling the urls happens in a specified order.Joshua Harlow2012-06-211-1/+8
* 1. Move all info() logging methods to debug() harlowja2012-06-211-1/+1
* Massive pylint + pep8 fixups!Joshua Harlow2012-06-201-0/+1
* 1. Add a url response class that urlreading now returns (instead of a tuple). harlowja2012-06-171-3/+6
* Some simple fixes that will make the python 3 translation easierJoshua Harlow2012-06-161-1/+1
* Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow2012-06-151-6/+8
* Complete initial cleanup for refactoring/rework.Joshua Harlow2012-06-151-160/+66