summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceNone.py
Commit message (Expand)AuthorAgeFilesLines
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-7/+8
* cloudinit: remove unused LOG variables (#574)Daniel Watkins2020-09-161-3/+0
* instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith2018-10-091-0/+4
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-051-1/+4
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-15/+5
* Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-2/+2
* fix pep8 and pylintScott Moser2013-03-071-1/+0
* Continue working on merging code.Joshua Harlow2013-03-061-3/+0
* Fix the userdata being populated to a dict (incorrect)Joshua Harlow2012-08-221-4/+2
* Remove the matching of the filesystem dep andJoshua Harlow2012-08-201-5/+9
* Add a 'none' datasource as a last resort fallbackJoshua Harlow2012-08-191-0/+59