summaryrefslogtreecommitdiff
path: root/cloudinit/sources
AgeCommit message (Expand)Author
2012-08-27DataSourceEc2: require 'instance-data' as top level domainScott Moser
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
2012-08-14Add RHEVm and vSphere support as datasource AltCloudScott Moser
2012-08-10Address review feedback for:Joe VLcek
2012-08-08Address review feedback for:Joe VLcek
2012-08-06re-add the 'main' routine to DataSourceMAAS.pyScott Moser
2012-07-23pep8, pylint... AltCloud source changesJoe VLcek
2012-07-20Add retry logic to DataSourceAltCloudJoe VLcek
2012-07-17Added RHEVm and vSphere support as source AltCloudJoe VLcek
2012-07-16DataSourceEc2: fix bad usage of log that caused traceScott Moser
2012-07-12DataSourceOVF: again fix broken commitScott Moser
2012-07-12fix bad variable. should be 'LOG', not 'log'Scott Moser
2012-07-12DataSourceOVF: do not log exception on failed mountScott Moser
2012-07-09fix 'make pylint' warningsScott Moser
2012-07-09DataSourceEc2: only do dns check in mirror selectionScott Moser
2012-06-23Fix a bunch of == None casesharlowja
2012-06-21Ensure that calling the urls happens in a specified order.Joshua Harlow
2012-06-211. Move all info() logging methods to debug() harlowja
2012-06-201. Add an importer function that will search for a given module in a set of s...Joshua Harlow
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-20Change to import error instead of runtime error.Joshua Harlow
2012-06-19Fix pylint line length issues.Joshua Harlow
2012-06-19Cleanup no datasource exception to use cleaner csv list.Joshua Harlow
2012-06-19Cleanup some of the logging (its a little to verbose).Joshua Harlow
2012-06-19Syntax + comment cleanups.Joshua Harlow
2012-06-19Add the ability to check if the metadata service is up before actually using it.Joshua Harlow
2012-06-181. Fixed datasource construction (switched param order)Joshua Harlow
2012-06-18Fixed the constructor paramsJoshua Harlow
2012-06-171. Add a url response class that urlreading now returns (instead of a tuple). harlowja
2012-06-16Allow the user data processor to be passed in.Joshua Harlow
2012-06-16For the different base classes, ensure we are using the 'abc' module + approp...Joshua Harlow
2012-06-16Fix pylint line length to big issue.Joshua Harlow
2012-06-16Some simple fixes that will make the python 3 translation easierJoshua Harlow
2012-06-16Adjust the usage of map items() to iteritems() which will help later translat...Joshua Harlow
2012-06-16Adjust the usage of map items() to iteritems() which will help later translat...Joshua Harlow
2012-06-16Adjust the usage of map items() to iteritems() which will help later translat...Joshua Harlow