summaryrefslogtreecommitdiff
path: root/cloudinit/handlers/__init__.py
AgeCommit message (Expand)Author
2012-08-22fix pep8 complaints.Scott Moser
2012-07-12walker_callback: fix traceback on empty payload.Scott Moser
2012-06-29[merge-from-trunk] remove warning message to console on empty user-dataScott Moser
2012-06-211. Only register and increment the handler count after we have ensured it imp...Joshua Harlow
2012-06-21Remove a unused import.Joshua Harlow
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-17Log handler + info that is about to be calledJoshua Harlow
2012-06-161. Allow for checking against lower case include types.Joshua Harlow
2012-06-16Update error messaging for when importing/registring a part-handler failsJoshua Harlow
2012-06-161. Ensure a that when a bad version is found, that it gets set to 1.Joshua Harlow
2012-06-16When a handler version is set but to an unknown non-int convertable value, tr...Joshua Harlow
2012-06-16They are handlers not mods ;)Joshua Harlow
2012-06-16Make the top level __init__ similar to the other top level __inits__ where ju...Joshua Harlow
2012-06-15Ensure that this directory is treated as a module.Joshua Harlow
2012-06-15Moved the handlers from a user_data directory to a handler directory.Joshua Harlow
2012-06-11Removing distro specifics from here, as well as running functionality (which ...Joshua Harlow
2012-06-08Move how handler module names are found to here as well as a fixup module fun...Joshua Harlow
2012-06-08Remove cloud config from here and move to cloud.pyJoshua Harlow
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow