summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
AgeCommit message (Expand)Author
2012-06-161. Fix the welcome_msg name to welcome_message (oops)Joshua Harlow
2012-06-16Rename user data obj, which is really a user data message object and add comm...Joshua Harlow
2012-06-16Not config anymore, now a transformJoshua Harlow
2012-06-16Comments about checking if this is right, no longer neededJoshua Harlow
2012-06-16Fix logic issue with reading previous file for previous instance id, when the...Joshua Harlow
2012-06-16Should be loaded not loadingJoshua Harlow
2012-06-16Revert that last change for this file, it should be a string that is non-empt...Joshua Harlow
2012-06-16Check instance id against none, and not just empty/false/0/none since 0 or em...Joshua Harlow
2012-06-16Pass in the datasource as a option, instead of the lower level instance id.Joshua Harlow
2012-06-16Have the top level distro class take paths instead of a runner.Joshua Harlow
2012-06-16After the moving of items to handler/__init__ reflect those references here.Joshua Harlow
2012-06-16Content handlers does not need the paths variable anymore so removed that.Joshua Harlow
2012-06-16Rename to fixup transform/fixup handler/form transform name instead of form mod*Joshua Harlow
2012-06-16Adjust how config is extracted in that it now can be extracted via 3 differen...Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Cleanup and renaming that should mostly complete this new module.Joshua Harlow
2012-06-11Fix logging + fetch user data before user data content handlers are activated.Joshua Harlow
2012-06-11Add this file, which contains the main init stage, and the handlers stage (as...Joshua Harlow