summaryrefslogtreecommitdiff
path: root/cloudinit/sources
AgeCommit message (Expand)Author
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
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Complete initial cleanup for refactoring/rework.Joshua Harlow
2012-06-15Complete cleanup for refactoring/rework that makes it comptabile with the new...Joshua Harlow
2012-06-15Update applying network esttings to use the distro function to handle this, u...Joshua Harlow
2012-06-15Split up time calculation, use logexc instead of log.exceptionJoshua Harlow
2012-06-11Fix this up to work with new utils/logging/datasource...Joshua Harlow
2012-06-11Add more logging in onto what is being searched for.Joshua Harlow
2012-06-11Fix this up to use the new datasource class hierachy, as well as other new ob...Joshua Harlow
2012-06-09Initial cleanupsJoshua Harlow
2012-06-08Remove is ipv4 function from here and move to utils + move exceptions to here...Joshua Harlow
2012-06-07Move the contents of this file to __init__ in sources.Joshua Harlow
2012-06-071. Move cloud init and cloud config objects to a cloud file.Joshua Harlow
2012-06-07Darn it. Those shouldn't be there!Joshua Harlow