summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2012-06-16Have the contents formed on a previous line which seems prettier.Joshua Harlow
2012-06-161. Remove path function, since we have a path classJoshua 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-16Some simple fixes that will make the python 3 translation easierJoshua 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-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-161. Add in one function that will do output redirection from config for a give...Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Ensure that this directory is treated as a module.Joshua Harlow
2012-06-15Self variable missingJoshua Harlow
2012-06-15Variable name mismatchJoshua Harlow
2012-06-15Cleanup and renaming that should mostly complete this new module.Joshua Harlow
2012-06-15Update comment about distro handling its timezoneJoshua Harlow
2012-06-15Inclusion of more utility functions included:Joshua Harlow
2012-06-151. Modify the check http code function to allow or not allow redirect status ...Joshua Harlow
2012-06-15Ensure when an exception is captured that we use the util.logexc helper.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-15Add more comments around what the settings mean, add in a list that can be us...Joshua Harlow
2012-06-15Logic test on split up line length (just incase).Joshua Harlow
2012-06-15Ensure that the root logger is manipulated instead of just the cloudinit logg...Joshua Harlow
2012-06-151. Handle returning values from handlers better.Joshua Harlow
2012-06-15Moved as many distro specific actions to here as should be needed. Joshua Harlow
2012-06-15Change variable names to reflect usage correctlyJoshua Harlow
2012-06-15Continued adding distro specific functionality to this new parent distro clas...Joshua Harlow
2012-06-15Instead of having the cloud pass large references to its constructor, this ha...Joshua Harlow
2012-06-15Added a python file which can be used internally to determine the version of ...Joshua Harlow
2012-06-15Moved the common user data classes and functionality back to this file since ...Joshua Harlow
2012-06-15Added a new transform that can be used to show and initial welcome message to...Joshua Harlow
2012-06-15This provides a nice little utility class that avoids the python config parse...Joshua Harlow
2012-06-15Moved the user_data directory back to a user_data.py and made a handler subdi...Joshua Harlow
2012-06-15Moved the handlers from a user_data directory to a handler directory.Joshua Harlow
2012-06-15Moved this class which does the user data process back to the main user_data....Joshua Harlow
2012-06-15Moved the contents of this file back to user_data.pyJoshua Harlow
2012-06-13Add in a make url function (might be useful).Joshua Harlow
2012-06-11Fix copy right.Joshua Harlow
2012-06-11Rename sem class to file sem class, add clear_all methods, add empty methods ...Joshua Harlow
2012-06-11Use pretty table to get a parseable format out.Joshua Harlow
2012-06-11Add centering method + more descriptive mount failure exception message.Joshua Harlow
2012-06-11Fix this up to work with new utils/logging/datasource...Joshua Harlow
2012-06-11Fix logging + fetch user data before user data content handlers are activated.Joshua Harlow
2012-06-11Fix log statement.Joshua Harlow
2012-06-11Add initial network writing here.Joshua Harlow
2012-06-11Pylint cleanups, add a load yaml function that handles errors nicely + other ...Joshua Harlow