summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
AgeCommit message (Expand)Author
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