summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-18Add comments as to what the special reference sections mean in log_cfgsJoshua Harlow
2012-06-18Fix include once always staying on, only turn it on until a include says to t...Joshua Harlow
2012-06-18When logging is 'cycled' ensure that we call the logging reset routine first.Joshua Harlow
2012-06-181. Simplify basic logging (which will not always be turned on in the new clou...Joshua Harlow
2012-06-18Add created by or added by cloud-init lines when we modify or create files.Joshua Harlow
2012-06-18Include link to netcf library in the comment.Joshua Harlow
2012-06-18Adjust log message to say "open" instead of 'read' since this function can al...Joshua Harlow
2012-06-181. Decreasing of logging in piping routingJoshua Harlow
2012-06-181. Add in a clean section that will remove the /var/lib/cloud dir and the clo...Joshua Harlow
2012-06-171. Add a url response class that urlreading now returns (instead of a tuple). harlowja
2012-06-17Update the variable for comment positioning to be 'c_pos' (comment position) ...harlowja
2012-06-171. Adjust the ubuntu network hostname writing to go through a standard write ...harlowja
2012-06-17Added a new rhel distro that does the following.harlowja
2012-06-171. Remove rhel sysconfig for timezone, now have a rhel distro subclassharlowja
2012-06-17Log handler + info that is about to be calledJoshua Harlow
2012-06-16Add todo to see if we should turn back off include onceJoshua Harlow
2012-06-161. Allow for checking against lower case include types.Joshua Harlow
2012-06-16Fix include on enabling, simplify statements around include skipping, allow f...Joshua Harlow
2012-06-16Consistently use dashes instead of underscores for the transform namesJoshua Harlow
2012-06-161. Fix the welcome_msg name to welcome_message (oops)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-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-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-16Allow url fetching to catch any other type of exceptions that occurJoshua Harlow
2012-06-16Let read_file_or_url util function have good defaultsJoshua Harlow
2012-06-16Capture the exceptions and just re-throw the last one on errorsJoshua Harlow
2012-06-16Send in src line instead of stripped line.Joshua Harlow
2012-06-16Update ssh_util to have a parser class and a line entry class. Joshua Harlow
2012-06-16Comments as to why we are using a csv parser and do some of the logic checks ...Joshua 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-16Add comment as to why the cloud object/wrapper is usefulJoshua Harlow
2012-06-16Add comment as to why this cfg class is usefulJoshua Harlow
2012-06-16Pass in the datasource as a option, instead of the lower level instance id.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-16Update the cloud init requirements with comments as to why they are needed.Joshua Harlow
2012-06-16If bringing up, return whatever the bring up result is, otherwise false.Joshua Harlow
2012-06-16Add comment as to why we need to check for none/empty later when fetching an ...Joshua Harlow
2012-06-16Have the top level distro class take paths instead of a runner.Joshua Harlow
2012-06-16Remove the need to have transforms start with "cc_".Joshua Harlow
2012-06-16Correct the mount options to use a comma separated list for the mount options...Joshua Harlow
2012-06-16After the moving of items to handler/__init__ reflect those references here.Joshua Harlow
2012-06-16Add a restricted set of characters which can be used in filenames when cleani...Joshua Harlow