summaryrefslogtreecommitdiff
path: root/cloudinit/sources
AgeCommit message (Expand)Author
2013-02-07add test_nocloud unit tests, fix one issue foundScott Moser
2013-02-07user-data doesn't merge in from meta-data (typo)Scott Moser
2013-02-04make config of nocloud datasource able to specify meta-data and user-dataScott Moser
2013-01-16DataSourceConfigDrive: consider CD rom as valid config-drive source.Scott Moser
2013-01-07DataSourceCloudStack: fallback to default route if no virtual router foundGerard Dethier
2012-12-19DataSourceCloudStack: use virtual router rather than default routeGerard Dethier
2012-11-12config-drive-v2: support public keysScott Moser
2012-11-12pep8 and pylint fixupsScott Moser
2012-11-12REVERT revno 714: config-drive-v2: populate metadata['public-keys'] from 'pub...Scott Moser
2012-11-12merge from trunkScott Moser
2012-11-11config-drive-v2: populate metadata['public-keys'] from 'public_keys'Scott Moser
2012-11-10whitespace / indentation cleanupsScott Moser
2012-11-07remove dead code from DataSourceEc2Scott Moser
2012-10-27Helpful cleanups.harlowja
2012-10-24Remove function that shouldn't have shown up.Joshua Harlow
2012-10-24Handle the case where newer versions of botoJoshua Harlow
2012-10-23use only util methods for reading/loading/appending/peekingScott Moser
2012-10-05Add checks around the device names that are foundJoshua Harlow
2012-10-05Add tests to show that the assigned bug is fixed.Joshua Harlow
2012-10-05Ensure that config drive datasource attempts toJoshua Harlow
2012-10-04Ensure that for config drive thatJoshua Harlow
2012-10-01fix oauth time skew. actual implementation was returning 401 not 403.Scott Moser
2012-09-30[pylint]: remove unused importScott Moser
2012-09-28make DataSourceMAAS 'main()' use load_yamlScott Moser
2012-09-24DataSourceMAAS: if a oauth request fails due to 403 try updating local timeScott Moser
2012-09-24fix make pep8Scott Moser
2012-09-20Use only util methods for reading/loading/appending/peekingJoshua Harlow
2012-09-14Fix hostname derived from IP. (LP: 1050962)Andy Grimm
2012-08-31support launch index specific user-dataJoshua Harlow
2012-08-27For the userdata 'post-filtering' add in a new folder thatJoshua Harlow
2012-08-27DataSourceEc2: require 'instance-data' as top level domainScott Moser
2012-08-27Update so that the content types searched for launch-indexJoshua Harlow
2012-08-26Fix tests running and add in a check on the content typeJoshua Harlow
2012-08-26Don't use the processed userdata if nothing is there.Joshua Harlow
2012-08-26Add the capability to understand and filter onJoshua Harlow
2012-08-24use openstack metadata version 2012-08-10 unless not availableScott Moser
2012-08-24use instance-id, not previous-instance-id.Scott Moser
2012-08-24use 'uuid' as 'instance-id'Scott Moser
2012-08-24committing in preparation for actual testScott Moser
2012-08-23some more tests.Scott Moser
2012-08-23fix pep8 and pylintScott Moser
2012-08-23initial functional unit testScott Moser
2012-08-22Fix the userdata population in DataSourceNoneScott Moser
2012-08-22merge from trunk for pep8 fixesScott Moser
2012-08-22fix pep8 complaints.Scott Moser
2012-08-22Fix the userdata being populated to a dict (incorrect)Joshua Harlow
2012-08-22return results from datasource.get_package_mirror_infoScott Moser
2012-08-22rework package mirror selectionScott Moser
2012-08-20Remove the matching of the filesystem dep andJoshua Harlow
2012-08-19Add a 'none' datasource as a last resort fallbackJoshua Harlow