summaryrefslogtreecommitdiff
path: root/cloudinit/transforms
AgeCommit message (Expand)Author
2012-06-171. Add a url response class that urlreading now returns (instead of a tuple). harlowja
2012-06-161. Fix the welcome_msg name to welcome_message (oops)Joshua Harlow
2012-06-16Match the transform named final_msg by adding a _msg to the transform name.Joshua Harlow
2012-06-16Remove default since it will never be called that way and apply default since...Joshua Harlow
2012-06-16Remove the need to have transforms start with "cc_".Joshua Harlow
2012-06-161. Add a constant for the "cc_" prefix, so that it can be easily changed if d...Joshua Harlow
2012-06-161. Change to fixup transform/form transform nameJoshua Harlow
2012-06-161. Add comment as to what http proxy setting meansJoshua Harlow
2012-06-16Clean up this log statement to be more useful.Joshua Harlow
2012-06-16Cleanups around the usage of the apt pipe line value.Joshua Harlow
2012-06-16Some simple fixes that will make the python 3 translation easierJoshua Harlow
2012-06-16Only set an env variable for instance id if we actually got one.Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Update comment about distro handling its timezoneJoshua Harlow
2012-06-15Complete initial cleanup for refactoring/rework.Joshua Harlow
2012-06-15Added a new transform that can be used to show and initial welcome message to...Joshua Harlow
2012-06-15Moved the handlers from a user_data directory to a handler directory.Joshua Harlow